From 02fc5e2089d54187dd4594b3df88927ed50d200a Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Fri, 3 May 2024 20:40:22 +0400 Subject: [PATCH] Fix tree title margins --- editor_theme.tres | 6 +++--- editor_theme_high_ppi.tres | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index 6052ec5..f82e66c 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -501,9 +501,9 @@ corner_radius_bottom_right = 4 corner_radius_bottom_left = 4 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_h3su5"] -content_margin_left = 0.0 +content_margin_left = 6.0 content_margin_top = 4.0 -content_margin_right = 0.0 +content_margin_right = 6.0 content_margin_bottom = 4.0 bg_color = Color(0, 0, 0, 0.235294) corner_radius_top_left = 4 @@ -639,4 +639,4 @@ Tree/styles/title_button_pressed = SubResource("StyleBoxFlat_h3su5") VBoxContainer/constants/separation = 2 VSplitContainer/constants/autohide = 1 VSplitContainer/constants/minimum_grab_thickness = 6 -VSplitContainer/constants/separation = 2 \ No newline at end of file +VSplitContainer/constants/separation = 2 diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index f4ee6e1..0130851 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -501,9 +501,9 @@ corner_radius_bottom_right = 8 corner_radius_bottom_left = 8 [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_h3su5"] -content_margin_left = 0.0 +content_margin_left = 12.0 content_margin_top = 8.0 -content_margin_right = 0.0 +content_margin_right = 12.0 content_margin_bottom = 8.0 bg_color = Color(0, 0, 0, 0.235294) corner_radius_top_left = 8 @@ -639,4 +639,4 @@ Tree/styles/title_button_pressed = SubResource("StyleBoxFlat_h3su5") VBoxContainer/constants/separation = 4 VSplitContainer/constants/autohide = 1 VSplitContainer/constants/minimum_grab_thickness = 12 -VSplitContainer/constants/separation = 4 \ No newline at end of file +VSplitContainer/constants/separation = 4