mirror of
https://github.com/passivestar/godot-minimal-theme.git
synced 2025-01-21 23:59:06 -05:00
Fix option button arrow margin
This commit is contained in:
parent
1362d39360
commit
a6995caf33
@ -988,6 +988,7 @@ OptionButton/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
|
||||
OptionButton/colors/font_pressed_color = Color(1, 1, 1, 1)
|
||||
OptionButton/colors/icon_disabled_color = Color(1, 1, 1, 0.313726)
|
||||
OptionButton/colors/icon_normal_color = Color(1, 1, 1, 0.705882)
|
||||
OptionButton/constants/arrow_margin = 7
|
||||
OptionButton/styles/disabled = SubResource("StyleBoxFlat_s11c6")
|
||||
OptionButton/styles/disabled_mirrored = SubResource("StyleBoxFlat_s11c6")
|
||||
OptionButton/styles/focus = SubResource("StyleBoxFlat_tj0ge")
|
||||
|
@ -988,6 +988,7 @@ OptionButton/colors/font_hover_pressed_color = Color(1, 1, 1, 1)
|
||||
OptionButton/colors/font_pressed_color = Color(1, 1, 1, 1)
|
||||
OptionButton/colors/icon_disabled_color = Color(1, 1, 1, 0.313726)
|
||||
OptionButton/colors/icon_normal_color = Color(1, 1, 1, 0.705882)
|
||||
OptionButton/constants/arrow_margin = 14
|
||||
OptionButton/styles/disabled = SubResource("StyleBoxFlat_s11c6")
|
||||
OptionButton/styles/disabled_mirrored = SubResource("StyleBoxFlat_s11c6")
|
||||
OptionButton/styles/focus = SubResource("StyleBoxFlat_tj0ge")
|
||||
|
Loading…
Reference in New Issue
Block a user