mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-22 15:44:21 +00:00
Use control for padding in GameUI
This commit is contained in:
parent
8450c1a3f4
commit
e554eab63a
1 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ size_flags_horizontal = 0
|
||||||
text = "$0"
|
text = "$0"
|
||||||
alignment = 0
|
alignment = 0
|
||||||
|
|
||||||
[node name="UpperButtonsSpacerLeft" type="PanelContainer" parent="UpperButtons"]
|
[node name="UpperButtonsSpacerLeft" type="Control" parent="UpperButtons"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ layout_mode = 2
|
||||||
size_flags_horizontal = 4
|
size_flags_horizontal = 4
|
||||||
text = "Drop"
|
text = "Drop"
|
||||||
|
|
||||||
[node name="UpperButtonsSpacerRight" type="PanelContainer" parent="UpperButtons"]
|
[node name="UpperButtonsSpacerRight" type="Control" parent="UpperButtons"]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue