From 1362d393608053e69e4a3dd16ca988a4b03499b7 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Sun, 17 Nov 2024 00:53:57 +0400 Subject: [PATCH] Tweak tree inner item margin --- editor_theme.tres | 4 ++-- editor_theme_high_ppi.tres | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index b414b94..cc90076 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -1028,8 +1028,8 @@ Tree/colors/parent_hl_line_color = Color(1, 1, 1, 0.0980392) Tree/constants/children_hl_line_width = 0 Tree/constants/draw_guides = 0 Tree/constants/draw_relationship_lines = 1 -Tree/constants/inner_item_margin_left = 5 -Tree/constants/inner_item_margin_right = 5 +Tree/constants/inner_item_margin_left = 4 +Tree/constants/inner_item_margin_right = 4 Tree/constants/parent_hl_line_width = 1 Tree/constants/relationship_line_width = 0 Tree/constants/v_separation = 1 diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index 8e46ed8..25666dd 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -1028,8 +1028,8 @@ Tree/colors/parent_hl_line_color = Color(1, 1, 1, 0.0980392) Tree/constants/children_hl_line_width = 0 Tree/constants/draw_guides = 0 Tree/constants/draw_relationship_lines = 1 -Tree/constants/inner_item_margin_left = 10 -Tree/constants/inner_item_margin_right = 10 +Tree/constants/inner_item_margin_left = 8 +Tree/constants/inner_item_margin_right = 8 Tree/constants/parent_hl_line_width = 2 Tree/constants/relationship_line_width = 0 Tree/constants/v_separation = 1