diff options
| author | dam <dam@gudinoff> | 2022-02-09 00:21:59 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-02-09 00:21:59 +0000 |
| commit | cc3f6e5ea29bfe006576a35b5fa24d029a07cf7c (patch) | |
| tree | 05a9671dde552fbebadd326df0fbc9d2b58b1b60 /main.tscn | |
| parent | 9478682f845d5518ca1c6a4552a8b710d1a2b238 (diff) | |
| download | surgery-log-cc3f6e5ea29bfe006576a35b5fa24d029a07cf7c.tar.zst surgery-log-cc3f6e5ea29bfe006576a35b5fa24d029a07cf7c.zip | |
Add confirmation dialog to entry destructive actions.
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -110,7 +110,7 @@ placeholder_text = "Local" caret_blink = true caret_blink_speed = 0.5 -[node name="auto" type="Button" parent="stage/controls/place"] +[node name="option_set" type="Button" parent="stage/controls/place"] anchor_left = 0.85 anchor_right = 1.0 anchor_bottom = 1.0 @@ -127,7 +127,7 @@ placeholder_text = "Anestesia" caret_blink = true caret_blink_speed = 0.5 -[node name="auto" type="Button" parent="stage/controls/anesthesia"] +[node name="option_set" type="Button" parent="stage/controls/anesthesia"] anchor_left = 0.85 anchor_right = 1.0 anchor_bottom = 1.0 @@ -144,7 +144,7 @@ placeholder_text = "1º Ajudante" caret_blink = true caret_blink_speed = 0.5 -[node name="auto" type="Button" parent="stage/controls/first_assistant"] +[node name="option_set" type="Button" parent="stage/controls/first_assistant"] anchor_left = 0.85 anchor_right = 1.0 anchor_bottom = 1.0 @@ -161,7 +161,7 @@ placeholder_text = "Tipo" caret_blink = true caret_blink_speed = 0.5 -[node name="auto" type="Button" parent="stage/controls/type"] +[node name="option_set" type="Button" parent="stage/controls/type"] anchor_left = 0.85 anchor_right = 1.0 anchor_bottom = 1.0 @@ -178,7 +178,7 @@ placeholder_text = "Subtipo" caret_blink = true caret_blink_speed = 0.5 -[node name="auto" type="Button" parent="stage/controls/sub_type"] +[node name="option_set" type="Button" parent="stage/controls/sub_type"] anchor_left = 0.85 anchor_right = 1.0 anchor_bottom = 1.0 @@ -195,7 +195,7 @@ placeholder_text = "Sub-Subtipo" caret_blink = true caret_blink_speed = 0.5 -[node name="auto" type="Button" parent="stage/controls/sub_sub_type"] +[node name="option_set" type="Button" parent="stage/controls/sub_sub_type"] anchor_left = 0.85 anchor_right = 1.0 anchor_bottom = 1.0 @@ -212,7 +212,7 @@ placeholder_text = "Patologia" caret_blink = true caret_blink_speed = 0.5 -[node name="auto" type="Button" parent="stage/controls/pathology"] +[node name="option_set" type="Button" parent="stage/controls/pathology"] anchor_left = 0.85 anchor_right = 1.0 anchor_bottom = 1.0 @@ -229,7 +229,7 @@ placeholder_text = "Intervenção" caret_blink = true caret_blink_speed = 0.5 -[node name="auto" type="Button" parent="stage/controls/intervention"] +[node name="option_set" type="Button" parent="stage/controls/intervention"] anchor_left = 0.85 anchor_right = 1.0 anchor_bottom = 1.0 @@ -308,7 +308,7 @@ anchor_bottom = 1.0 size_flags_horizontal = 3 size_flags_vertical = 3 window_title = "CONFIRM ACTION" -dialog_text = "Are you sure you want to delete all filters?" +dialog_text = "Do you confirm this action?" dialog_autowrap = true [node name="popup_list" type="Popup" parent="."] |
