summaryrefslogtreecommitdiffstats
path: root/screens/TimeSlot/Body.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'screens/TimeSlot/Body.tscn')
-rw-r--r--screens/TimeSlot/Body.tscn6
1 files changed, 2 insertions, 4 deletions
diff --git a/screens/TimeSlot/Body.tscn b/screens/TimeSlot/Body.tscn
index 2e6460a..0456acb 100644
--- a/screens/TimeSlot/Body.tscn
+++ b/screens/TimeSlot/Body.tscn
@@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://fonts/DroidSans.ttf" type="DynamicFontData" id=1]
-[ext_resource path="res://screens/TimeSlot/TaskItem.tscn" type="PackedScene" id=2]
+[ext_resource path="res://screens/TimeSlot/Body.gd" type="Script" id=3]
[sub_resource type="DynamicFont" id=2]
size = 100
@@ -12,6 +12,7 @@ margin_left = 20.0
margin_top = 20.0
margin_right = 1046.0
margin_bottom = 1664.0
+script = ExtResource( 3 )
[node name="TimeRange" type="Label" parent="."]
unique_name_in_owner = true
@@ -31,7 +32,4 @@ size_flags_vertical = 3
[node name="TaskList" type="VBoxContainer" parent="ScrollContainer"]
unique_name_in_owner = true
margin_right = 1026.0
-margin_bottom = 110.0
size_flags_horizontal = 3
-
-[node name="TaskItem" parent="ScrollContainer/TaskList" instance=ExtResource( 2 )]