-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDetectMissingFoldersPopup.tscn
94 lines (83 loc) · 2.44 KB
/
DetectMissingFoldersPopup.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[gd_scene format=2]
[node name="PopupPanel" type="PopupPanel"]
unique_name_in_owner = true
margin_left = 128.0
margin_top = 64.0
margin_right = 896.0
margin_bottom = 536.0
focus_mode = 1
input_pass_on_modal_close_click = false
[node name="Control" type="Control" parent="."]
show_behind_parent = true
margin_left = 4.0
margin_top = 4.0
margin_right = 764.0
margin_bottom = 468.0
focus_mode = 1
input_pass_on_modal_close_click = false
[node name="TextureRect" type="ColorRect" parent="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -126.0
margin_top = -65.0
margin_right = 130.0
margin_bottom = 63.0
focus_mode = 1
input_pass_on_modal_close_click = false
color = Color( 0.129412, 0.129412, 0.129412, 0.772549 )
[node name="MarginContainer" type="MarginContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 4.0
margin_top = 4.0
margin_right = -4.0
margin_bottom = -4.0
custom_constants/margin_right = 24
custom_constants/margin_top = 8
custom_constants/margin_left = 24
custom_constants/margin_bottom = 12
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
margin_left = 24.0
margin_top = 8.0
margin_right = 736.0
margin_bottom = 452.0
custom_constants/separation = 7
[node name="ClosePopup" type="Button" parent="MarginContainer/VBoxContainer"]
unique_name_in_owner = true
margin_left = 665.0
margin_right = 712.0
margin_bottom = 20.0
size_flags_horizontal = 12
size_flags_vertical = 0
text = "Close"
[node name="Panel" type="Panel" parent="MarginContainer/VBoxContainer"]
margin_top = 27.0
margin_right = 712.0
margin_bottom = 406.0
size_flags_vertical = 3
[node name="MarginContainer" type="MarginContainer" parent="MarginContainer/VBoxContainer/Panel"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="DetectionLog" type="RichTextLabel" parent="MarginContainer/VBoxContainer/Panel/MarginContainer"]
unique_name_in_owner = true
margin_right = 712.0
margin_bottom = 379.0
focus_mode = 2
bbcode_enabled = true
scroll_following = true
selection_enabled = true
[node name="HSeparator" type="HSeparator" parent="MarginContainer/VBoxContainer"]
margin_top = 413.0
margin_right = 712.0
margin_bottom = 417.0
custom_constants/separation = 4
[node name="DeleteAcfs" type="Button" parent="MarginContainer/VBoxContainer"]
unique_name_in_owner = true
margin_left = 274.0
margin_top = 424.0
margin_right = 437.0
margin_bottom = 444.0
size_flags_horizontal = 6
size_flags_vertical = 9
disabled = true
text = "Delete uninstalled .acfs"