Fix option button arrow margin

pull/24/head
passivestar 2024-11-17 01:09:46 +07:00
parent 1362d39360
commit a6995caf33
2 changed files with 2 additions and 0 deletions

@ -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")