diff options
| author | dam <dam@gudinoff> | 2022-01-02 03:04:48 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-01-02 03:04:48 +0000 |
| commit | 88f355c29987c39b01727a08d3dfef8a312bd9ec (patch) | |
| tree | 5559d27940295dff1cf24399e992bf19f389d411 /main.tscn | |
| parent | c59f89e99c90c0e756cdf780bcbf04d782eb3e6f (diff) | |
| download | surgery-log-88f355c29987c39b01727a08d3dfef8a312bd9ec.tar.zst surgery-log-88f355c29987c39b01727a08d3dfef8a312bd9ec.zip | |
Implement scroll by dragging on database and stage screens.
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 61 |
1 files changed, 31 insertions, 30 deletions
@@ -24,6 +24,7 @@ __meta__ = { anchor_right = 1.0 anchor_bottom = 1.0 margin_top = 60.0 +mouse_filter = 2 script = ExtResource( 5 ) __meta__ = { "_edit_use_anchors_": false @@ -103,15 +104,15 @@ size_flags_vertical = 3 [node name="process_id" type="LineEdit" parent="stage/controls"] margin_right = 1080.0 -margin_bottom = 52.0 +margin_bottom = 49.0 placeholder_text = "Nº Processo" caret_blink = true caret_blink_speed = 0.5 [node name="surgery_id" type="LineEdit" parent="stage/controls"] -margin_top = 56.0 +margin_top = 53.0 margin_right = 1080.0 -margin_bottom = 108.0 +margin_bottom = 102.0 placeholder_text = "Nº Cirurgia" caret_blink = true caret_blink_speed = 0.5 @@ -119,93 +120,93 @@ caret_blink_speed = 0.5 [node name="date_picker" parent="stage/controls" instance=ExtResource( 2 )] anchor_right = 0.0 anchor_bottom = 0.0 -margin_top = 112.0 +margin_top = 106.0 margin_right = 1080.0 -margin_bottom = 312.0 +margin_bottom = 306.0 rect_min_size = Vector2( 400, 200 ) [node name="place" type="LineEdit" parent="stage/controls"] -margin_top = 316.0 +margin_top = 310.0 margin_right = 1080.0 -margin_bottom = 368.0 +margin_bottom = 359.0 placeholder_text = "Local" caret_blink = true caret_blink_speed = 0.5 [node name="anesthetic" type="LineEdit" parent="stage/controls"] -margin_top = 372.0 +margin_top = 363.0 margin_right = 1080.0 -margin_bottom = 424.0 -placeholder_text = "Anesthesics" +margin_bottom = 412.0 +placeholder_text = "Anestesia" caret_blink = true caret_blink_speed = 0.5 [node name="first_assistant" type="LineEdit" parent="stage/controls"] -margin_top = 428.0 +margin_top = 416.0 margin_right = 1080.0 -margin_bottom = 480.0 +margin_bottom = 465.0 placeholder_text = "1º Ajudante" caret_blink = true caret_blink_speed = 0.5 [node name="type" type="LineEdit" parent="stage/controls"] -margin_top = 484.0 +margin_top = 469.0 margin_right = 1080.0 -margin_bottom = 536.0 +margin_bottom = 518.0 placeholder_text = "Tipo" caret_blink = true caret_blink_speed = 0.5 [node name="sub_type" type="LineEdit" parent="stage/controls"] -margin_top = 540.0 +margin_top = 522.0 margin_right = 1080.0 -margin_bottom = 592.0 +margin_bottom = 571.0 placeholder_text = "Subtipo" caret_blink = true caret_blink_speed = 0.5 [node name="sub_sub_type" type="LineEdit" parent="stage/controls"] -margin_top = 596.0 +margin_top = 575.0 margin_right = 1080.0 -margin_bottom = 648.0 +margin_bottom = 624.0 placeholder_text = "Sub-Subtipo" caret_blink = true caret_blink_speed = 0.5 [node name="pathology" type="LineEdit" parent="stage/controls"] -margin_top = 652.0 +margin_top = 628.0 margin_right = 1080.0 -margin_bottom = 704.0 +margin_bottom = 677.0 placeholder_text = "Patologia" caret_blink = true caret_blink_speed = 0.5 [node name="intervention" type="LineEdit" parent="stage/controls"] -margin_top = 708.0 +margin_top = 681.0 margin_right = 1080.0 -margin_bottom = 760.0 +margin_bottom = 730.0 placeholder_text = "Intervenção" caret_blink = true caret_blink_speed = 0.5 [node name="is_urgency" type="CheckBox" parent="stage/controls"] -margin_top = 764.0 +margin_top = 734.0 margin_right = 1080.0 -margin_bottom = 814.0 +margin_bottom = 781.0 text = "Urgência" [node name="notes" type="LineEdit" parent="stage/controls"] -margin_top = 818.0 +margin_top = 785.0 margin_right = 1080.0 -margin_bottom = 870.0 +margin_bottom = 834.0 placeholder_text = "Notas" caret_blink = true caret_blink_speed = 0.5 [node name="discard" type="Button" parent="stage/controls"] -margin_top = 928.0 +margin_top = 838.0 margin_right = 1080.0 -margin_bottom = 978.0 +margin_bottom = 888.0 grow_horizontal = 2 grow_vertical = 2 rect_min_size = Vector2( 0, 50 ) @@ -215,9 +216,9 @@ __meta__ = { } [node name="save" type="Button" parent="stage/controls"] -margin_top = 874.0 +margin_top = 892.0 margin_right = 1080.0 -margin_bottom = 924.0 +margin_bottom = 942.0 grow_horizontal = 2 grow_vertical = 2 rect_min_size = Vector2( 0, 50 ) |
