diff options
Diffstat (limited to 'date_picker/date_picker.tscn')
| -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 |
