mirror of
https://github.com/Relintai/GraphicsEditor.git
synced 2025-02-19 15:54:23 +01:00
36 lines
916 B
Plaintext
36 lines
916 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://addons/graphics_editor/Dialogs/Settings.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="Settings" type="WindowDialog"]
|
||
|
margin_top = 20.0
|
||
|
margin_right = 250.0
|
||
|
margin_bottom = 270.0
|
||
|
popup_exclusive = true
|
||
|
window_title = "Settings"
|
||
|
script = ExtResource( 1 )
|
||
|
|
||
|
[node name="Ok" type="Button" parent="."]
|
||
|
anchor_left = 1.0
|
||
|
anchor_top = 1.0
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
margin_left = -90.0
|
||
|
margin_top = -30.0
|
||
|
margin_right = -10.0
|
||
|
margin_bottom = -10.0
|
||
|
text = "Ok"
|
||
|
|
||
|
[node name="ScrollContainer" type="ScrollContainer" parent="."]
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
margin_right = -12.0
|
||
|
margin_bottom = -40.0
|
||
|
scroll_horizontal_enabled = false
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
|
||
|
margin_right = 100.0
|
||
|
margin_bottom = 36.0
|
||
|
custom_constants/separation = 0
|
||
|
[connection signal="pressed" from="Ok" to="." method="_on_Ok_pressed"]
|