-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainPanel.tscn
More file actions
137 lines (116 loc) · 4.13 KB
/
MainPanel.tscn
File metadata and controls
137 lines (116 loc) · 4.13 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
[gd_scene load_steps=4 format=2]
[ext_resource path="res://MainPanel.cs" type="Script" id=1]
[ext_resource path="res://DetectMissingFoldersPopup.tscn" type="PackedScene" id=2]
[ext_resource path="res://AlertBox.tscn" type="PackedScene" id=3]
[node name="Panel" type="Panel"]
margin_right = 1024.0
margin_bottom = 600.0
focus_mode = 1
mouse_filter = 2
script = ExtResource( 1 )
[node name="MarginContainer" type="MarginContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
custom_constants/margin_right = 32
custom_constants/margin_top = 32
custom_constants/margin_left = 32
custom_constants/margin_bottom = 32
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
margin_left = 32.0
margin_top = 32.0
margin_right = 992.0
margin_bottom = 568.0
custom_constants/separation = 10
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
margin_right = 960.0
margin_bottom = 484.0
mouse_filter = 2
size_flags_vertical = 3
custom_constants/separation = 10
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer"]
margin_right = 475.0
margin_bottom = 484.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
margin_right = 475.0
margin_bottom = 14.0
text = ".acf files"
[node name="DetectedAcfList" type="ItemList" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer"]
unique_name_in_owner = true
margin_top = 18.0
margin_right = 475.0
margin_bottom = 484.0
rect_min_size = Vector2( 200, 200 )
size_flags_vertical = 3
[node name="VBoxContainer2" type="VBoxContainer" parent="MarginContainer/VBoxContainer/HBoxContainer"]
margin_left = 485.0
margin_right = 960.0
margin_bottom = 484.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2"]
margin_right = 475.0
margin_bottom = 14.0
text = "common/ folders"
[node name="DetectedFolderList" type="ItemList" parent="MarginContainer/VBoxContainer/HBoxContainer/VBoxContainer2"]
unique_name_in_owner = true
margin_top = 18.0
margin_right = 475.0
margin_bottom = 484.0
rect_min_size = Vector2( 200, 200 )
size_flags_vertical = 3
[node name="HSeparator" type="HSeparator" parent="MarginContainer/VBoxContainer"]
margin_top = 494.0
margin_right = 960.0
margin_bottom = 496.0
custom_constants/separation = 2
[node name="HBoxContainer2" type="HBoxContainer" parent="MarginContainer/VBoxContainer"]
margin_top = 506.0
margin_right = 960.0
margin_bottom = 536.0
custom_constants/separation = 8
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
margin_top = 8.0
margin_right = 106.0
margin_bottom = 22.0
text = "Steam root path:"
[node name="SteamPathInput" type="LineEdit" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
unique_name_in_owner = true
margin_left = 114.0
margin_right = 475.0
margin_bottom = 30.0
rect_min_size = Vector2( 361, 30 )
placeholder_text = "/home/<user>/.steam/steam"
[node name="RefreshBtn" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
unique_name_in_owner = true
margin_left = 563.0
margin_right = 683.0
margin_bottom = 30.0
rect_min_size = Vector2( 120, 30 )
size_flags_horizontal = 10
text = "Refresh"
[node name="VSeparator" type="VSeparator" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
margin_left = 691.0
margin_right = 707.0
margin_bottom = 30.0
custom_constants/separation = 16
[node name="DetectBtn" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
unique_name_in_owner = true
margin_left = 715.0
margin_right = 872.0
margin_bottom = 30.0
rect_min_size = Vector2( 120, 30 )
size_flags_horizontal = 8
text = "Detect Missing Games"
[node name="Verbose" type="CheckBox" parent="MarginContainer/VBoxContainer/HBoxContainer2"]
unique_name_in_owner = true
margin_left = 880.0
margin_right = 960.0
margin_bottom = 30.0
text = "Verbose"
[node name="DetectMissingFoldersPopup" parent="." instance=ExtResource( 2 )]
visible = true
[node name="AlertBox" parent="." instance=ExtResource( 3 )]
unique_name_in_owner = true