From e1a80452b20e5224fba52038500446a9e2b7c028 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Fri, 15 Nov 2024 07:19:54 +0400 Subject: [PATCH] Don't use rounded corners in tree headers --- editor_theme.tres | 4 ---- editor_theme_high_ppi.tres | 4 ---- 2 files changed, 8 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index f7a44fb..2334043 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -786,10 +786,6 @@ content_margin_top = 4.0 content_margin_right = 6.0 content_margin_bottom = 4.0 bg_color = Color(0, 0, 0, 0.235294) -corner_radius_top_left = 4 -corner_radius_top_right = 4 -corner_radius_bottom_right = 4 -corner_radius_bottom_left = 4 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_djdm6"] content_margin_left = 4.0 diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index 63081f3..dd1fd88 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -800,10 +800,6 @@ content_margin_top = 8.0 content_margin_right = 12.0 content_margin_bottom = 8.0 bg_color = Color(0, 0, 0, 0.235294) -corner_radius_top_left = 8 -corner_radius_top_right = 8 -corner_radius_bottom_right = 8 -corner_radius_bottom_left = 8 [resource] AnimationBezierTrackEdit/colors/focus_color = Color(0.91, 0.91, 0.91, 0)