From 57a15a1e3ab392d4f3204b3646e2ce478c9ac86b Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Thu, 6 Jun 2024 20:05:31 +0400 Subject: [PATCH] Fix the style of disabled menu button --- editor_theme.tres | 9 +-------- editor_theme_high_ppi.tres | 9 +-------- 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index 27f6845..2672b2c 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -315,14 +315,7 @@ content_margin_left = 6.0 content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 -bg_color = Color(1, 1, 1, 0) -draw_center = false -border_width_left = 1 -border_width_top = 1 -border_width_right = 1 -border_width_bottom = 1 -border_color = Color(1, 1, 1, 0.117647) -border_blend = true +bg_color = Color(1, 1, 1, 0.0588235) corner_radius_top_left = 4 corner_radius_top_right = 4 corner_radius_bottom_right = 4 diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index ffacfa2..350697e 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -315,14 +315,7 @@ content_margin_left = 12.0 content_margin_top = 8.0 content_margin_right = 12.0 content_margin_bottom = 8.0 -bg_color = Color(1, 1, 1, 0) -draw_center = false -border_width_left = 2 -border_width_top = 2 -border_width_right = 2 -border_width_bottom = 2 -border_color = Color(1, 1, 1, 0.117647) -border_blend = true +bg_color = Color(1, 1, 1, 0.0588235) corner_radius_top_left = 8 corner_radius_top_right = 8 corner_radius_bottom_right = 8