summaryrefslogtreecommitdiffstats
path: root/screens/TimeSlot/Body.tscn
blob: 0456acb90c6327d90c559c3e7efdb303144e633f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[gd_scene load_steps=4 format=2]

[ext_resource path="res://fonts/DroidSans.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://screens/TimeSlot/Body.gd" type="Script" id=3]

[sub_resource type="DynamicFont" id=2]
size = 100
font_data = ExtResource( 1 )

[node name="TimeSlotBody" type="VBoxContainer"]
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
margin_right = 1026.0
margin_bottom = 117.0
custom_fonts/font = SubResource( 2 )
text = "12:30 AM - 1:00 AM"
align = 1
valign = 1

[node name="ScrollContainer" type="ScrollContainer" parent="."]
margin_top = 121.0
margin_right = 1026.0
margin_bottom = 1644.0
size_flags_vertical = 3

[node name="TaskList" type="VBoxContainer" parent="ScrollContainer"]
unique_name_in_owner = true
margin_right = 1026.0
size_flags_horizontal = 3