From ecd75887d99d887aabe828f4511d9fd3e1c41428 Mon Sep 17 00:00:00 2001 From: dam Date: Thu, 9 Dec 2021 10:35:22 +0000 Subject: Fix minimum size of date picker input field. --- date_picker/date_picker.tscn | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'date_picker/date_picker.tscn') 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 -- cgit v1.2.3