summaryrefslogtreecommitdiffstats
path: root/screens/TaskManager/TaskCategory.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'screens/TaskManager/TaskCategory.tscn')
-rw-r--r--screens/TaskManager/TaskCategory.tscn18
1 files changed, 18 insertions, 0 deletions
diff --git a/screens/TaskManager/TaskCategory.tscn b/screens/TaskManager/TaskCategory.tscn
new file mode 100644
index 0000000..34c4752
--- /dev/null
+++ b/screens/TaskManager/TaskCategory.tscn
@@ -0,0 +1,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