From 84524e46a378d3694ebee9ab541feefe01866219 Mon Sep 17 00:00:00 2001 From: dam Date: Tue, 29 Mar 2022 16:41:32 +0000 Subject: WIP to add back button on popup. --- main.tscn | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) (limited to 'main.tscn') diff --git a/main.tscn b/main.tscn index a52ec08..952d901 100644 --- a/main.tscn +++ b/main.tscn @@ -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 -- cgit v1.2.3