summaryrefslogtreecommitdiffstats
path: root/screens/TaskManager/TaskCategory.tscn
blob: 34c4752b3d241556093a7b8e20ea1a24da062f91 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[gd_scene load_steps=2 format=2]

[ext_resource path="res://screens/TaskManager/TaskCategory.gd" type="Script" id=1]

[node name="TaskCategory" type="ScrollContainer"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 67.0
margin_right = -4.0
margin_bottom = -4.0
size_flags_vertical = 3
script = ExtResource( 1 )

[node name="TaskList" type="VBoxContainer" parent="."]
unique_name_in_owner = true
margin_right = 1072.0
size_flags_horizontal = 3