prop bag button
This commit is contained in:
parent
2a5254f7be
commit
c5ad2e56c8
@ -11,11 +11,15 @@ custom_minimum_size = Vector2(130, 26)
|
|||||||
offset_right = 20.0
|
offset_right = 20.0
|
||||||
offset_bottom = 20.0
|
offset_bottom = 20.0
|
||||||
theme_type_variation = &"FlatButton"
|
theme_type_variation = &"FlatButton"
|
||||||
|
theme_override_colors/font_hover_pressed_color = Color(0.299547, 0.299547, 0.299547, 1)
|
||||||
|
theme_override_colors/font_hover_color = Color(0.181798, 0.181798, 0.181798, 1)
|
||||||
theme_override_colors/icon_hover_color = Color(1, 1, 1, 0.913725)
|
theme_override_colors/icon_hover_color = Color(1, 1, 1, 0.913725)
|
||||||
theme_override_colors/icon_pressed_color = Color(1, 1, 1, 1)
|
theme_override_colors/icon_pressed_color = Color(1, 1, 1, 1)
|
||||||
theme_override_colors/icon_focus_color = Color(1, 1, 1, 0.819608)
|
theme_override_colors/icon_focus_color = Color(1, 1, 1, 0.819608)
|
||||||
theme_override_colors/icon_normal_color = Color(1, 1, 1, 0.6)
|
theme_override_colors/icon_normal_color = Color(1, 1, 1, 0.6)
|
||||||
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
||||||
|
theme_override_colors/font_focus_color = Color(0.160269, 0.160269, 0.160269, 1)
|
||||||
|
theme_override_colors/font_pressed_color = Color(0, 0, 0, 1)
|
||||||
theme_override_constants/icon_max_width = 8
|
theme_override_constants/icon_max_width = 8
|
||||||
theme_override_fonts/font = ExtResource("1_5nv8m")
|
theme_override_fonts/font = ExtResource("1_5nv8m")
|
||||||
theme_override_font_sizes/font_size = 15
|
theme_override_font_sizes/font_size = 15
|
||||||
|
Loading…
Reference in New Issue
Block a user