diff options
| author | dam <dam@gudinoff> | 2022-03-29 16:41:32 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-03-29 16:41:32 +0000 |
| commit | 84524e46a378d3694ebee9ab541feefe01866219 (patch) | |
| tree | f6e595877126b09dc1923e5ebd455207da10130c /main.tscn | |
| parent | 9083809865719e443b8c85af0f4a517e7b2742e1 (diff) | |
| download | surgery-log-84524e46a378d3694ebee9ab541feefe01866219.tar.zst surgery-log-84524e46a378d3694ebee9ab541feefe01866219.zip | |
WIP to add back button on popup.
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 19 |
1 files changed, 15 insertions, 4 deletions
@@ -27,7 +27,9 @@ script = ExtResource( 5 ) [node name="menu" type="MenuButton" parent="database"] anchor_left = 1.0 anchor_right = 1.0 +margin_left = -108.0 margin_right = -32.0 +margin_bottom = 162.0 grow_horizontal = 0 custom_fonts/font = ExtResource( 6 ) text = "≡" @@ -45,9 +47,6 @@ margin_right = -32.0 margin_bottom = -32.0 grow_horizontal = 0 grow_vertical = 0 -__meta__ = { -"_edit_use_anchors_": false -} [node name="delete" type="Button" parent="database/actions"] margin_right = 102.0 @@ -272,10 +271,22 @@ anchor_left = 0.05 anchor_top = 0.025 anchor_right = 0.95 anchor_bottom = 0.1 +margin_left = 80.0 +margin_right = -80.0 +margin_bottom = -20.0 align = 1 valign = 1 autowrap = true -uppercase = true + +[node name="back" type="Button" parent="popup"] +anchor_left = 0.05 +anchor_top = 0.025 +anchor_right = 0.95 +anchor_bottom = 0.1 +margin_right = -892.0 +margin_bottom = -20.0 +text = "<" +flat = true [node name="option_set_list" type="Control" parent="."] visible = false |
