-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsidebar.tscn
80 lines (65 loc) · 2.31 KB
/
sidebar.tscn
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[gd_scene load_steps=3 format=3 uid="uid://cxyjgsyba1v85"]
[ext_resource type="Script" uid="uid://bxgybx6gjahju" path="res://addons/patchwork/sidebar.gd" id="1_ebh36"]
[ext_resource type="Texture2D" uid="uid://ymewwqpn0vi4" path="res://addons/patchwork/icons/GuiTabMenuHl.svg" id="2_rfxbe"]
[node name="Patchwork" type="MarginContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_vertical = 3
theme_override_constants/margin_left = 8
theme_override_constants/margin_top = 8
theme_override_constants/margin_right = 8
theme_override_constants/margin_bottom = 8
script = ExtResource("1_ebh36")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="BranchLabel" type="Label" parent="VBoxContainer/HBoxContainer"]
layout_mode = 2
text = "Branch"
[node name="BranchPicker" type="OptionButton" parent="VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
[node name="MenuButton" type="MenuButton" parent="VBoxContainer/HBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
icon = ExtResource("2_rfxbe")
icon_alignment = 1
item_count = 2
popup/item_0/id = 0
popup/item_1/text = "another"
popup/item_1/id = 1
[node name="HSeparator" type="HSeparator" parent="VBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 16
[node name="TabContainer" type="TabContainer" parent="VBoxContainer"]
visible = false
layout_mode = 2
size_flags_vertical = 3
current_tab = 0
[node name="History" type="TabBar" parent="VBoxContainer/TabContainer"]
layout_mode = 2
metadata/_tab_index = 0
[node name="HistoryList" type="ItemList" parent="VBoxContainer/TabContainer/History"]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_vertical = 3
[node name="Changes" type="TabBar" parent="VBoxContainer/TabContainer"]
visible = false
layout_mode = 2
metadata/_tab_index = 1
[node name="ChangeCountLabel" type="Label" parent="VBoxContainer"]
unique_name_in_owner = true
layout_mode = 2
text = "0 changes"
[node name="ConfirmationDialog" type="ConfirmationDialog" parent="."]
[node name="ErrorDialog" type="AcceptDialog" parent="."]