diff options
| author | dam <dam@gudinoff> | 2021-12-03 15:07:09 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2021-12-03 15:07:09 +0000 |
| commit | 4faf8bb004dbb2161e736028469333b9b6c99775 (patch) | |
| tree | f5ff8521482a7671697d55f4c1b1a523446890da /main.tscn | |
| parent | 7d515712404db480b6ba6eb45576ecc74988acd3 (diff) | |
| download | surgery-log-4faf8bb004dbb2161e736028469333b9b6c99775.tar.zst surgery-log-4faf8bb004dbb2161e736028469333b9b6c99775.zip | |
Remove datepicker hardcoded dimensions.
Diffstat (limited to 'main.tscn')
| -rw-r--r-- | main.tscn | 36 |
1 files changed, 20 insertions, 16 deletions
@@ -12,7 +12,27 @@ __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 @@ -151,19 +171,3 @@ rect_min_size = Vector2( 0, 50 ) __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 = 710.0 - -[node name="date_picker" parent="TabContainer/ScrollContainer2/VBoxContainer" instance=ExtResource( 2 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_right = 710.0 |
