mirror of
https://github.com/passivestar/godot-minimal-theme.git
synced 2025-01-22 08:09:13 -05:00
Fix tree title margins
This commit is contained in:
parent
ec262a1e08
commit
02fc5e2089
@ -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
|
||||
VSplitContainer/constants/separation = 2
|
||||
|
@ -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
|
||||
VSplitContainer/constants/separation = 4
|
||||
|
Loading…
Reference in New Issue
Block a user