Draw relationship lines for selected tree items

pull/24/head
passivestar 2024-10-24 05:06:47 +07:00
parent 0afacb0f52
commit 57a0d73988
2 changed files with 6 additions and 10 deletions

@ -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")

@ -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")