diff options
| author | dam <dam@gudinoff> | 2021-12-31 15:41:10 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2021-12-31 15:41:10 +0000 |
| commit | 7f0580b6b49a9dbafc54a0190bf573503c54417a (patch) | |
| tree | 861e921a19c3c39e41ca039bcf5e7a869dcb86eb /main.tscn | |
| parent | 5b863fdc25848817ef11f0c1a33ef45a4160aa2c (diff) | |
| download | surgery-log-7f0580b6b49a9dbafc54a0190bf573503c54417a.tar.zst surgery-log-7f0580b6b49a9dbafc54a0190bf573503c54417a.zip | |
Prototype implementation of touch scroll on database and stage screens.
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 25 |
1 files changed, 12 insertions, 13 deletions
@@ -37,6 +37,9 @@ script = ExtResource( 10 ) __meta__ = { "_edit_use_anchors_": false } +click_target_path = "../" +scroll_target_path = "../" +scroll_bar_get_method = "get_v_scroll" [node name="actions" type="VBoxContainer" parent="database"] anchor_left = 1.0 @@ -100,9 +103,6 @@ margin_right = 1080.0 margin_bottom = 1860.0 size_flags_horizontal = 3 size_flags_vertical = 3 -__meta__ = { -"_edit_use_anchors_": false -} [node name="process_id" type="LineEdit" parent="stage/controls"] margin_right = 1080.0 @@ -126,7 +126,6 @@ margin_top = 112.0 margin_right = 1080.0 margin_bottom = 312.0 rect_min_size = Vector2( 400, 200 ) -mouse_filter = 0 [node name="place" type="LineEdit" parent="stage/controls"] margin_top = 316.0 @@ -206,33 +205,33 @@ placeholder_text = "Notas" caret_blink = true caret_blink_speed = 0.5 -[node name="save" type="Button" parent="stage/controls"] -margin_top = 874.0 +[node name="discard" type="Button" parent="stage/controls"] +margin_top = 928.0 margin_right = 1080.0 -margin_bottom = 924.0 +margin_bottom = 978.0 grow_horizontal = 2 grow_vertical = 2 rect_min_size = Vector2( 0, 50 ) -text = "save" +text = "discard" __meta__ = { "_edit_use_anchors_": false } -[node name="discard" type="Button" parent="stage/controls"] -margin_top = 928.0 +[node name="save" type="Button" parent="stage/controls"] +margin_top = 874.0 margin_right = 1080.0 -margin_bottom = 978.0 +margin_bottom = 924.0 grow_horizontal = 2 grow_vertical = 2 rect_min_size = Vector2( 0, 50 ) -text = "discard" +text = "save" __meta__ = { "_edit_use_anchors_": false } [node name="menu" type="MenuButton" parent="."] anchor_right = 1.0 -margin_bottom = 48.0 +margin_bottom = 60.0 text = "≡" align = 2 script = ExtResource( 4 ) |
