2023-04-22 20:02:31 +00:00
|
|
|
[gd_scene load_steps=6 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://assets/default_theme.theme" type="Theme" id=1]
|
|
|
|
[ext_resource path="res://ui/tasks_list.tscn" type="PackedScene" id=2]
|
|
|
|
[ext_resource path="res://ui/time_counter.tscn" type="PackedScene" id=3]
|
|
|
|
[ext_resource path="res://ui/settings.tscn" type="PackedScene" id=4]
|
|
|
|
[ext_resource path="res://ui/composed_ui.gd" type="Script" id=5]
|
|
|
|
|
|
|
|
[node name="PanelContainer" type="PanelContainer"]
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
theme = ExtResource( 1 )
|
|
|
|
theme_type_variation = "background"
|
|
|
|
script = ExtResource( 5 )
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
margin_left = 5.0
|
|
|
|
margin_top = 5.0
|
|
|
|
margin_right = 355.0
|
|
|
|
margin_bottom = 755.0
|
|
|
|
|
|
|
|
[node name="VBoxContainerPrimary" type="VBoxContainer" parent="VBoxContainer"]
|
|
|
|
unique_name_in_owner = true
|
|
|
|
margin_right = 350.0
|
2023-04-22 23:07:22 +00:00
|
|
|
margin_bottom = 142.0
|
2023-04-22 20:02:31 +00:00
|
|
|
|
|
|
|
[node name="TimeCounter" parent="VBoxContainer/VBoxContainerPrimary" instance=ExtResource( 3 )]
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_right = 350.0
|
2023-04-22 23:07:22 +00:00
|
|
|
margin_bottom = 142.0
|
2023-04-22 20:02:31 +00:00
|
|
|
|
2023-04-22 23:07:22 +00:00
|
|
|
[node name="HBoxContainer2" parent="VBoxContainer/VBoxContainerPrimary/TimeCounter" index="0"]
|
2023-04-22 20:02:31 +00:00
|
|
|
margin_right = 350.0
|
2023-04-22 23:07:22 +00:00
|
|
|
margin_bottom = 40.0
|
2023-04-22 20:02:31 +00:00
|
|
|
|
2023-04-22 23:07:22 +00:00
|
|
|
[node name="ToggleTabContainerButton" type="Button" parent="VBoxContainer/VBoxContainerPrimary/TimeCounter/HBoxContainer2" index="0"]
|
2023-04-22 20:02:31 +00:00
|
|
|
unique_name_in_owner = true
|
2023-04-22 23:07:22 +00:00
|
|
|
margin_right = 40.0
|
|
|
|
margin_bottom = 40.0
|
2023-04-22 20:02:31 +00:00
|
|
|
theme_type_variation = "panel_toggle_button"
|
|
|
|
toggle_mode = true
|
|
|
|
|
2023-04-22 23:07:22 +00:00
|
|
|
[node name="TaskNameLineEdit" parent="VBoxContainer/VBoxContainerPrimary/TimeCounter/HBoxContainer2" index="1"]
|
|
|
|
margin_left = 48.0
|
|
|
|
margin_right = 350.0
|
|
|
|
margin_bottom = 40.0
|
|
|
|
|
|
|
|
[node name="HBoxContainer" parent="VBoxContainer/VBoxContainerPrimary/TimeCounter" index="1"]
|
|
|
|
margin_top = 47.0
|
|
|
|
margin_right = 350.0
|
|
|
|
margin_bottom = 142.0
|
|
|
|
|
|
|
|
[node name="TimeLabel" parent="VBoxContainer/VBoxContainerPrimary/TimeCounter/HBoxContainer" index="0"]
|
|
|
|
margin_top = 0.0
|
|
|
|
margin_right = 270.0
|
|
|
|
margin_bottom = 95.0
|
|
|
|
|
|
|
|
[node name="StartButton" parent="VBoxContainer/VBoxContainerPrimary/TimeCounter/HBoxContainer" index="1"]
|
|
|
|
margin_left = 278.0
|
|
|
|
margin_right = 350.0
|
|
|
|
margin_bottom = 95.0
|
|
|
|
|
2023-04-22 20:02:31 +00:00
|
|
|
[node name="TabContainer" type="TabContainer" parent="VBoxContainer"]
|
|
|
|
unique_name_in_owner = true
|
2023-04-22 23:07:22 +00:00
|
|
|
margin_top = 149.0
|
2023-04-22 20:02:31 +00:00
|
|
|
margin_right = 350.0
|
|
|
|
margin_bottom = 750.0
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="TasksList" parent="VBoxContainer/TabContainer" instance=ExtResource( 2 )]
|
|
|
|
margin_left = 5.0
|
|
|
|
margin_top = 46.0
|
|
|
|
margin_right = -5.0
|
|
|
|
margin_bottom = -5.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
|
|
|
[node name="Settings" type="ScrollContainer" parent="VBoxContainer/TabContainer"]
|
|
|
|
visible = false
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = 4.0
|
|
|
|
margin_top = 32.0
|
|
|
|
margin_right = -4.0
|
|
|
|
margin_bottom = -4.0
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
|
|
|
|
[node name="Settings" parent="VBoxContainer/TabContainer/Settings" instance=ExtResource( 4 )]
|
|
|
|
anchor_right = 0.0
|
|
|
|
anchor_bottom = 0.0
|
|
|
|
margin_right = 342.0
|
2023-04-22 23:07:22 +00:00
|
|
|
margin_bottom = 565.0
|
|
|
|
|
|
|
|
[editable path="VBoxContainer/VBoxContainerPrimary/TimeCounter"]
|