From 57a0d73988e8675e7a4421c4f62f00e9fbc42573 Mon Sep 17 00:00:00 2001 From: passivestar <60579014+passivestar@users.noreply.github.com> Date: Thu, 24 Oct 2024 05:06:47 +0400 Subject: [PATCH] Draw relationship lines for selected tree items --- editor_theme.tres | 8 +++----- editor_theme_high_ppi.tres | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/editor_theme.tres b/editor_theme.tres index fa4c67e..7b0d56d 100644 --- a/editor_theme.tres +++ b/editor_theme.tres @@ -1002,17 +1002,15 @@ TextEdit/styles/focus = SubResource("StyleBoxFlat_62kny") TextEdit/styles/normal = SubResource("StyleBoxFlat_t7304") TextEdit/styles/read_only = SubResource("StyleBoxFlat_6ucq2") TooltipPanel/styles/panel = SubResource("StyleBoxFlat_qr21i") -Tree/colors/children_hl_line_color = Color(1, 1, 1, 0.0196078) Tree/colors/drop_position_color = Color(1, 1, 1, 0.392157) Tree/colors/font_color = Color(1, 1, 1, 0.627451) -Tree/colors/guide_color = Color(1, 1, 1, 0) -Tree/colors/parent_hl_line_color = Color(1, 1, 1, 0.0196078) +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 = 0 +Tree/constants/draw_relationship_lines = 1 Tree/constants/inner_item_margin_left = 1 Tree/constants/inner_item_margin_right = 1 -Tree/constants/parent_hl_line_width = 0 +Tree/constants/parent_hl_line_width = 1 Tree/constants/relationship_line_width = 0 Tree/constants/v_separation = 1 Tree/styles/button_hover = SubResource("StyleBoxFlat_v3yhk") diff --git a/editor_theme_high_ppi.tres b/editor_theme_high_ppi.tres index ea400b7..2a16e10 100644 --- a/editor_theme_high_ppi.tres +++ b/editor_theme_high_ppi.tres @@ -1002,17 +1002,15 @@ TextEdit/styles/focus = SubResource("StyleBoxFlat_62kny") TextEdit/styles/normal = SubResource("StyleBoxFlat_t7304") TextEdit/styles/read_only = SubResource("StyleBoxFlat_6ucq2") TooltipPanel/styles/panel = SubResource("StyleBoxFlat_qr21i") -Tree/colors/children_hl_line_color = Color(1, 1, 1, 0.0196078) Tree/colors/drop_position_color = Color(1, 1, 1, 0.392157) Tree/colors/font_color = Color(1, 1, 1, 0.627451) -Tree/colors/guide_color = Color(1, 1, 1, 0) -Tree/colors/parent_hl_line_color = Color(1, 1, 1, 0.0196078) +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 = 0 +Tree/constants/draw_relationship_lines = 1 Tree/constants/inner_item_margin_left = 2 Tree/constants/inner_item_margin_right = 2 -Tree/constants/parent_hl_line_width = 0 +Tree/constants/parent_hl_line_width = 2 Tree/constants/relationship_line_width = 0 Tree/constants/v_separation = 1 Tree/styles/button_hover = SubResource("StyleBoxFlat_v3yhk")