diff options
| author | dam <dam@gudinoff> | 2022-04-09 02:13:30 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-04-09 02:13:30 +0000 |
| commit | 7dd71a804511146357fc78b10d6b81c9efda1d2e (patch) | |
| tree | 818c6e78ff62e14d8790ec2583bf192930d4fc73 /main.tscn | |
| parent | 6abe22e94b29e94bb94abaa44c31d2b806daaafe (diff) | |
| download | surgery-log-7dd71a804511146357fc78b10d6b81c9efda1d2e.tar.zst surgery-log-7dd71a804511146357fc78b10d6b81c9efda1d2e.zip | |
Chanted is_urgency button type. Made buttons lighter.
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -195,12 +195,14 @@ margin_bottom = 992.0 rect_min_size = Vector2( 0, 62 ) placeholder = "Intervention" -[node name="is_urgency" type="CheckButton" parent="stage/controls" index="12"] +[node name="is_urgency" type="Button" parent="stage/controls" index="12"] margin_top = 1002.0 margin_right = 1080.0 margin_bottom = 1064.0 rect_min_size = Vector2( 0, 62 ) +toggle_mode = true text = "Is urgency" +align = 0 [node name="notes" type="LineEdit" parent="stage/controls" index="13"] margin_top = 1074.0 |
