diff options
| author | dam <dam@gudinoff> | 2022-04-02 09:41:54 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-04-02 09:41:54 +0000 |
| commit | 80733e322257656c7a93ad329e06fcda487da884 (patch) | |
| tree | 4d22dfec91a6f16283d084b9fdcc91d16754a8ce /main.tscn | |
| parent | 0e713f58f98f49269a0072024692d7c1ba64cf3b (diff) | |
| download | surgery-log-80733e322257656c7a93ad329e06fcda487da884.tar.zst surgery-log-80733e322257656c7a93ad329e06fcda487da884.zip | |
Sets the stage action buttons side by side.
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 28 |
1 files changed, 10 insertions, 18 deletions
@@ -206,29 +206,21 @@ placeholder_text = "Notas" caret_blink = true caret_blink_speed = 0.5 -[node name="discard" type="Button" parent="stage/controls" index="13"] +[node name="buttons" type="Control" parent="stage/controls" index="13"] margin_top = 994.0 margin_right = 1080.0 -margin_bottom = 1052.0 -grow_horizontal = 2 -grow_vertical = 2 -rect_min_size = Vector2( 0, 50 ) +margin_bottom = 994.0 + +[node name="discard" type="Button" parent="stage/controls/buttons"] +anchor_right = 0.5 text = "discard" -__meta__ = { -"_edit_use_anchors_": false -} -[node name="save" type="Button" parent="stage/controls" index="14"] -margin_top = 1056.0 -margin_right = 1080.0 -margin_bottom = 1114.0 -grow_horizontal = 2 -grow_vertical = 2 -rect_min_size = Vector2( 0, 50 ) +[node name="save" type="Button" parent="stage/controls/buttons"] +anchor_left = 0.5 +anchor_right = 1.0 +margin_bottom = 58.0 +grow_horizontal = 0 text = "save" -__meta__ = { -"_edit_use_anchors_": false -} [node name="file_picker" type="FileDialog" parent="."] anchor_right = 1.0 |
