From a6995caf33aadbad4dd55a5aef0e0568930d0037 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:09:46 +0400 Subject: [PATCH] Fix option button arrow margin --- editor_theme.tres | 1 + editor_theme_high_ppi.tres | 1 + 2 files changed, 2 insertions(+) diff --git a/editor_theme.tres b/editor_theme.tres index cc90076..ae3a238 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -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") diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index 25666dd..3cc71af 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -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")