diff options
| author | dam <dam@gudinoff> | 2022-02-18 01:34:43 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-02-18 01:34:43 +0000 |
| commit | 283c0f2d84420bd02550dd4404b306d427fd58af (patch) | |
| tree | 3999ad958556bcccba63b5fca05880accdc827f3 /main.tscn | |
| parent | 48a26128f175047528fcc1c96590f1a7bbc281eb (diff) | |
| download | surgery-log-283c0f2d84420bd02550dd4404b306d427fd58af.tar.zst surgery-log-283c0f2d84420bd02550dd4404b306d427fd58af.zip | |
Implemented custom option set control. Fixed option sets text input zone being hidden below the button.
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -97,6 +97,7 @@ script = ExtResource( 9 ) [node name="process_id" type="LineEdit" parent="stage/controls" index="0"] margin_right = 1080.0 margin_bottom = 62.0 +max_length = 32 placeholder_text = "Nº Processo" caret_blink = true caret_blink_speed = 0.5 @@ -105,6 +106,7 @@ caret_blink_speed = 0.5 margin_top = 66.0 margin_right = 1080.0 margin_bottom = 128.0 +max_length = 32 placeholder_text = "Nº Cirurgia" caret_blink = true caret_blink_speed = 0.5 @@ -193,6 +195,7 @@ text = "Urgência" margin_top = 928.0 margin_right = 1080.0 margin_bottom = 990.0 +max_length = 4096 placeholder_text = "Notas" caret_blink = true caret_blink_speed = 0.5 |
