diff options
| author | dam <dam@gudinoff> | 2021-12-09 10:35:22 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2021-12-09 10:35:22 +0000 |
| commit | ecd75887d99d887aabe828f4511d9fd3e1c41428 (patch) | |
| tree | 0501d5dc027e688e91d8fc1c4050b40181aa2be9 /date_picker | |
| parent | 2c1085cf56e8fa1baf3c764752828e7f04391d7e (diff) | |
| download | surgery-log-ecd75887d99d887aabe828f4511d9fd3e1c41428.tar.zst surgery-log-ecd75887d99d887aabe828f4511d9fd3e1c41428.zip | |
Fix minimum size of date picker input field.
Diffstat (limited to 'date_picker')
| -rw-r--r-- | date_picker/date_picker.tscn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/date_picker/date_picker.tscn b/date_picker/date_picker.tscn index c7fc7c7..6506c31 100644 --- a/date_picker/date_picker.tscn +++ b/date_picker/date_picker.tscn @@ -46,7 +46,10 @@ __meta__ = { visible = false anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 focus_next = NodePath("../../../month/current/input") +custom_constants/minimum_spaces = 0 align = 1 max_length = 4 caret_blink = true @@ -95,8 +98,11 @@ __meta__ = { visible = false anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 focus_next = NodePath("../../../day/current/input") focus_previous = NodePath("../../../year/current/input") +custom_constants/minimum_spaces = 0 align = 1 max_length = 2 caret_blink = true @@ -148,7 +154,10 @@ __meta__ = { visible = false anchor_right = 1.0 anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 focus_previous = NodePath("../../../month/current/input") +custom_constants/minimum_spaces = 0 align = 1 max_length = 2 caret_blink = true |
