@@ -10,135 +10,145 @@ __meta__ = {
1010"_edit_use_anchors_" : false
1111}
1212
13- [node name ="PropertiesContainer" type ="GridContainer" parent ="." ]
13+ [node name ="ScrollContainer" type ="ScrollContainer" parent ="." ]
14+ anchor_right = 1.0
15+ anchor_bottom = 1.0
16+ scroll_horizontal_enabled = false
17+ __meta__ = {
18+ "_edit_use_anchors_" : false
19+ }
20+
21+ [node name ="PropertiesContainer" type ="GridContainer" parent ="ScrollContainer" ]
1422margin_right = 1024.0
15- margin_bottom = 492.0
23+ margin_bottom = 600.0
24+ size_flags_horizontal = 3
25+ size_flags_vertical = 3
1626custom_constants/vseparation = 4
1727custom_constants/hseparation = 4
1828columns = 2
1929
20- [node name ="NameLabel" type ="Label" parent ="PropertiesContainer" ]
30+ [node name ="NameLabel" type ="Label" parent ="ScrollContainer/ PropertiesContainer" ]
2131margin_top = 5.0
2232margin_right = 165.0
2333margin_bottom = 19.0
2434text = "Name:"
2535
26- [node name ="NameLineEdit" type ="LineEdit" parent ="PropertiesContainer" ]
36+ [node name ="NameLineEdit" type ="LineEdit" parent ="ScrollContainer/ PropertiesContainer" ]
2737margin_left = 169.0
2838margin_right = 1024.0
2939margin_bottom = 24.0
3040size_flags_horizontal = 3
3141
32- [node name ="EnabledLabel" type ="Label" parent ="PropertiesContainer" ]
42+ [node name ="EnabledLabel" type ="Label" parent ="ScrollContainer/ PropertiesContainer" ]
3343margin_top = 33.0
3444margin_right = 165.0
3545margin_bottom = 47.0
3646text = "Enabled:"
3747
38- [node name ="EnabledCheckBox" type ="CheckBox" parent ="PropertiesContainer" ]
48+ [node name ="EnabledCheckBox" type ="CheckBox" parent ="ScrollContainer/ PropertiesContainer" ]
3949margin_left = 169.0
4050margin_top = 28.0
4151margin_right = 193.0
4252margin_bottom = 52.0
4353size_flags_horizontal = 0
4454
45- [node name ="AvailableOnLabel" type ="Label" parent ="PropertiesContainer" ]
55+ [node name ="AvailableOnLabel" type ="Label" parent ="ScrollContainer/ PropertiesContainer" ]
4656margin_top = 61.0
4757margin_right = 165.0
4858margin_bottom = 75.0
4959text = "Available on:"
5060
51- [node name ="AvailableOnContainer" type ="HBoxContainer" parent ="PropertiesContainer" ]
61+ [node name ="AvailableOnContainer" type ="HBoxContainer" parent ="ScrollContainer/ PropertiesContainer" ]
5262margin_left = 169.0
5363margin_top = 56.0
5464margin_right = 1024.0
5565margin_bottom = 80.0
5666size_flags_horizontal = 3
5767
58- [node name ="WindowsCheckBox" type ="CheckBox" parent ="PropertiesContainer/AvailableOnContainer" ]
68+ [node name ="WindowsCheckBox" type ="CheckBox" parent ="ScrollContainer/ PropertiesContainer/AvailableOnContainer" ]
5969margin_right = 86.0
6070margin_bottom = 24.0
6171text = "Windows"
6272
63- [node name ="LinuxCheckBox" type ="CheckBox" parent ="PropertiesContainer/AvailableOnContainer" ]
73+ [node name ="LinuxCheckBox" type ="CheckBox" parent ="ScrollContainer/ PropertiesContainer/AvailableOnContainer" ]
6474margin_left = 90.0
6575margin_right = 189.0
6676margin_bottom = 24.0
6777text = "Linux / X11"
6878
69- [node name ="MacOSCheckBox" type ="CheckBox" parent ="PropertiesContainer/AvailableOnContainer" ]
79+ [node name ="MacOSCheckBox" type ="CheckBox" parent ="ScrollContainer/ PropertiesContainer/AvailableOnContainer" ]
7080margin_left = 193.0
7181margin_right = 266.0
7282margin_bottom = 24.0
7383text = "macOS"
7484
75- [node name ="ArgumentsLabel" type ="Label" parent ="PropertiesContainer" ]
85+ [node name ="ArgumentsLabel" type ="Label" parent ="ScrollContainer/ PropertiesContainer" ]
7686margin_top = 148.0
7787margin_right = 165.0
7888margin_bottom = 179.0
7989text = "Arguments:
8090 (One argument per line.)"
8191
82- [node name ="ArgumentsEdit" type ="TextEdit" parent ="PropertiesContainer" ]
92+ [node name ="ArgumentsEdit" type ="TextEdit" parent ="ScrollContainer/ PropertiesContainer" ]
8393margin_left = 169.0
8494margin_top = 84.0
8595margin_right = 1024.0
8696margin_bottom = 244.0
8797rect_min_size = Vector2 ( 0 , 160 )
8898size_flags_horizontal = 3
8999
90- [node name ="DefinesLabel" type ="Label" parent ="PropertiesContainer" ]
100+ [node name ="DefinesLabel" type ="Label" parent ="ScrollContainer/ PropertiesContainer" ]
91101margin_top = 312.0
92102margin_right = 165.0
93103margin_bottom = 343.0
94104text = "Defines:
95105 (One define per line.)"
96106
97- [node name ="DefinesEdit" type ="TextEdit" parent ="PropertiesContainer" ]
107+ [node name ="DefinesEdit" type ="TextEdit" parent ="ScrollContainer/ PropertiesContainer" ]
98108margin_left = 169.0
99109margin_top = 248.0
100110margin_right = 1024.0
101111margin_bottom = 408.0
102112rect_min_size = Vector2 ( 0 , 160 )
103113size_flags_horizontal = 3
104114
105- [node name ="OutputLabel" type ="Label" parent ="PropertiesContainer" ]
115+ [node name ="OutputLabel" type ="Label" parent ="ScrollContainer/ PropertiesContainer" ]
106116margin_top = 417.0
107117margin_right = 165.0
108118margin_bottom = 431.0
109119text = "Output:"
110120
111- [node name ="OutputLineEdit" type ="LineEdit" parent ="PropertiesContainer" ]
121+ [node name ="OutputLineEdit" type ="LineEdit" parent ="ScrollContainer/ PropertiesContainer" ]
112122margin_left = 169.0
113123margin_top = 412.0
114124margin_right = 1024.0
115125margin_bottom = 436.0
116126size_flags_horizontal = 3
117127
118- [node name ="GDNLIBLabel" type ="Label" parent ="PropertiesContainer" ]
128+ [node name ="GDNLIBLabel" type ="Label" parent ="ScrollContainer/ PropertiesContainer" ]
119129margin_top = 445.0
120130margin_right = 165.0
121131margin_bottom = 459.0
122132text = "GDNLIB Key:"
123133
124- [node name ="GDNLIBLineEdit" type ="LineEdit" parent ="PropertiesContainer" ]
134+ [node name ="GDNLIBLineEdit" type ="LineEdit" parent ="ScrollContainer/ PropertiesContainer" ]
125135margin_left = 169.0
126136margin_top = 440.0
127137margin_right = 1024.0
128138margin_bottom = 464.0
129139size_flags_horizontal = 3
130140
131- [node name ="VSToolchainLabel" type ="Label" parent ="PropertiesContainer" ]
141+ [node name ="VSToolchainLabel" type ="Label" parent ="ScrollContainer/ PropertiesContainer" ]
132142margin_top = 473.0
133143margin_right = 165.0
134144margin_bottom = 487.0
135145text = "Visual Studio Toolchain:"
136146
137- [node name ="VSToolchainLineEdit" type ="LineEdit" parent ="PropertiesContainer" ]
147+ [node name ="VSToolchainLineEdit" type ="LineEdit" parent ="ScrollContainer/ PropertiesContainer" ]
138148margin_left = 169.0
139149margin_top = 468.0
140150margin_right = 1024.0
141151margin_bottom = 492.0
142152size_flags_horizontal = 3
143153
144- [connection signal ="text_changed" from ="PropertiesContainer/NameLineEdit" to ="." method ="_on_NameLineEdit_text_changed" ]
154+ [connection signal ="text_changed" from ="ScrollContainer/ PropertiesContainer/NameLineEdit" to ="." method ="_on_NameLineEdit_text_changed" ]
0 commit comments