mirror of
https://github.com/passivestar/godot-minimal-theme.git
synced 2025-01-21 23:59:06 -05:00
Increase tree inner item margin
This commit is contained in:
parent
e1a80452b2
commit
6c38c583ce
@ -1029,8 +1029,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 = 1
|
||||
Tree/constants/inner_item_margin_right = 1
|
||||
Tree/constants/inner_item_margin_left = 5
|
||||
Tree/constants/inner_item_margin_right = 5
|
||||
Tree/constants/parent_hl_line_width = 1
|
||||
Tree/constants/relationship_line_width = 0
|
||||
Tree/constants/v_separation = 1
|
||||
|
@ -1029,8 +1029,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 = 2
|
||||
Tree/constants/inner_item_margin_right = 2
|
||||
Tree/constants/inner_item_margin_left = 10
|
||||
Tree/constants/inner_item_margin_right = 10
|
||||
Tree/constants/parent_hl_line_width = 2
|
||||
Tree/constants/relationship_line_width = 0
|
||||
Tree/constants/v_separation = 1
|
||||
|
Loading…
Reference in New Issue
Block a user