From 44d634db3f42ae60b42a1a20892d11faabc3c1b0 Mon Sep 17 00:00:00 2001 From: dam Date: Wed, 22 Jun 2022 13:40:01 +0000 Subject: Night theme completed. --- ui/date_picker/date_picker.tscn | 55 +++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 30 deletions(-) (limited to 'ui/date_picker/date_picker.tscn') diff --git a/ui/date_picker/date_picker.tscn b/ui/date_picker/date_picker.tscn index 0e2e64e..86839a2 100644 --- a/ui/date_picker/date_picker.tscn +++ b/ui/date_picker/date_picker.tscn @@ -8,6 +8,24 @@ anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 2 ) +[node name="split_upper" type="ColorRect" parent="."] +anchor_top = 0.333 +anchor_right = 1.0 +anchor_bottom = 0.343 +color = Color( 0.501961, 0.501961, 0.501961, 0.501961 ) +__meta__ = { +"_edit_use_anchors_": false +} + +[node name="split_lower" type="ColorRect" parent="."] +anchor_top = 0.666 +anchor_right = 1.0 +anchor_bottom = 0.676 +color = Color( 0.501961, 0.501961, 0.501961, 0.501961 ) +__meta__ = { +"_edit_use_anchors_": false +} + [node name="year" type="Control" parent="."] anchor_right = 0.333 anchor_bottom = 1.0 @@ -23,10 +41,6 @@ anchor_right = 1.0 anchor_bottom = 0.333 mouse_filter = 1 align = 1 -valign = 1 -__meta__ = { -"_edit_use_anchors_": false -} [node name="current" type="Label" parent="year"] anchor_top = 0.333 @@ -34,7 +48,6 @@ anchor_right = 1.0 anchor_bottom = 0.666 mouse_filter = 1 align = 1 -valign = 1 __meta__ = { "_edit_use_anchors_": false } @@ -43,8 +56,11 @@ __meta__ = { visible = false anchor_right = 1.0 anchor_bottom = 1.0 +margin_top = 3.0 +margin_bottom = 3.0 grow_horizontal = 2 grow_vertical = 2 +rect_clip_content = true focus_next = NodePath("../../../month/current/input") custom_constants/minimum_spaces = 0 align = 1 @@ -57,7 +73,6 @@ anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 1 align = 1 -valign = 1 __meta__ = { "_edit_use_anchors_": false } @@ -75,7 +90,6 @@ anchor_right = 1.0 anchor_bottom = 0.333 mouse_filter = 1 align = 1 -valign = 1 __meta__ = { "_edit_use_anchors_": false } @@ -86,7 +100,6 @@ anchor_right = 1.0 anchor_bottom = 0.666 mouse_filter = 1 align = 1 -valign = 1 __meta__ = { "_edit_use_anchors_": false } @@ -95,6 +108,8 @@ __meta__ = { visible = false anchor_right = 1.0 anchor_bottom = 1.0 +margin_top = 3.0 +margin_bottom = 3.0 grow_horizontal = 2 grow_vertical = 2 focus_next = NodePath("../../../day/current/input") @@ -110,7 +125,6 @@ anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 1 align = 1 -valign = 1 __meta__ = { "_edit_use_anchors_": false } @@ -131,7 +145,6 @@ anchor_right = 1.0 anchor_bottom = 0.333 mouse_filter = 1 align = 1 -valign = 1 __meta__ = { "_edit_use_anchors_": false } @@ -142,7 +155,6 @@ anchor_right = 1.0 anchor_bottom = 0.666 mouse_filter = 1 align = 1 -valign = 1 __meta__ = { "_edit_use_anchors_": false } @@ -151,6 +163,8 @@ __meta__ = { visible = false anchor_right = 1.0 anchor_bottom = 1.0 +margin_top = 3.0 +margin_bottom = 3.0 grow_horizontal = 2 grow_vertical = 2 focus_previous = NodePath("../../../month/current/input") @@ -165,25 +179,6 @@ anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 1 align = 1 -valign = 1 -__meta__ = { -"_edit_use_anchors_": false -} - -[node name="split_upper" type="ColorRect" parent="."] -anchor_top = 0.333 -anchor_right = 1.0 -anchor_bottom = 0.343 -color = Color( 0.501961, 0.501961, 0.501961, 0.501961 ) -__meta__ = { -"_edit_use_anchors_": false -} - -[node name="split_lower" type="ColorRect" parent="."] -anchor_top = 0.666 -anchor_right = 1.0 -anchor_bottom = 0.676 -color = Color( 0.501961, 0.501961, 0.501961, 0.501961 ) __meta__ = { "_edit_use_anchors_": false } -- cgit v1.2.3