aboutsummaryrefslogtreecommitdiff
path: root/main.tscn
diff options
context:
space:
mode:
authordam <dam@gudinoff>2021-12-05 02:54:05 +0000
committerdam <dam@gudinoff>2021-12-05 02:54:05 +0000
commit1a575d34a178fdcc0d6e72a22e8de1e6da7c88c4 (patch)
tree22173f764b75c696790d872e1d6821cd574ba586 /main.tscn
parent54515ea48a167a931c0f1aeb9d0170af7e147547 (diff)
downloadsurgery-log-1a575d34a178fdcc0d6e72a22e8de1e6da7c88c4.tar.zst
surgery-log-1a575d34a178fdcc0d6e72a22e8de1e6da7c88c4.zip
Implement date picker.
Diffstat (limited to 'main.tscn')
-rw-r--r--main.tscn40
1 files changed, 20 insertions, 20 deletions
diff --git a/main.tscn b/main.tscn
index b761ae4..3ce2d4f 100644
--- a/main.tscn
+++ b/main.tscn
@@ -12,27 +12,7 @@ __meta__ = {
"_edit_use_anchors_": false
}
-[node name="ScrollContainer2" type="ScrollContainer" parent="TabContainer"]
-anchor_right = 1.0
-anchor_bottom = 1.0
-margin_left = 4.0
-margin_top = 32.0
-margin_right = -4.0
-margin_bottom = -4.0
-
-[node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/ScrollContainer2"]
-margin_right = 400.0
-margin_bottom = 200.0
-
-[node name="date_picker" parent="TabContainer/ScrollContainer2/VBoxContainer" instance=ExtResource( 2 )]
-anchor_right = 0.0
-anchor_bottom = 0.0
-margin_right = 400.0
-margin_bottom = 200.0
-rect_min_size = Vector2( 400, 200 )
-
[node name="ScrollContainer" type="ScrollContainer" parent="TabContainer"]
-visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
@@ -171,3 +151,23 @@ rect_min_size = Vector2( 0, 50 )
__meta__ = {
"_edit_use_anchors_": false
}
+
+[node name="ScrollContainer2" type="ScrollContainer" parent="TabContainer"]
+visible = false
+anchor_right = 1.0
+anchor_bottom = 1.0
+margin_left = 4.0
+margin_top = 32.0
+margin_right = -4.0
+margin_bottom = -4.0
+
+[node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/ScrollContainer2"]
+margin_right = 400.0
+margin_bottom = 200.0
+
+[node name="date_picker" parent="TabContainer/ScrollContainer2/VBoxContainer" instance=ExtResource( 2 )]
+anchor_right = 0.0
+anchor_bottom = 0.0
+margin_right = 400.0
+margin_bottom = 200.0
+rect_min_size = Vector2( 400, 200 )