mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
a56280f00a
Reviewed-on: https://codeberg.org/StreamGraph/StreamGraph/pulls/144 Co-authored-by: Lera Elvoé <yagich@poto.cafe> Co-committed-by: Lera Elvoé <yagich@poto.cafe>
56 lines
1.5 KiB
Text
56 lines
1.5 KiB
Text
[gd_scene load_steps=2 format=3 uid="uid://dodqetbke5wji"]
|
|
|
|
[ext_resource type="Script" path="res://graph_node_renderer/settings_dialog.gd" id="1_lh25g"]
|
|
|
|
[node name="SettingsDialog" type="AcceptDialog"]
|
|
title = "Settings"
|
|
initial_position = 1
|
|
size = Vector2i(705, 370)
|
|
min_size = Vector2i(500, 250)
|
|
ok_button_text = "Close"
|
|
script = ExtResource("1_lh25g")
|
|
|
|
[node name="HSplitContainer" type="HSplitContainer" parent="."]
|
|
offset_left = 8.0
|
|
offset_top = 8.0
|
|
offset_right = 697.0
|
|
offset_bottom = 321.0
|
|
|
|
[node name="CategoryTree" type="Tree" parent="HSplitContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(200, 0)
|
|
layout_mode = 2
|
|
hide_root = true
|
|
|
|
[node name="CategoryContent" type="Control" parent="HSplitContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="General" type="VBoxContainer" parent="HSplitContainer/CategoryContent"]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="HSplitContainer/CategoryContent/General"]
|
|
layout_mode = 2
|
|
text = "Library Group Search Paths"
|
|
|
|
[node name="LibraryGroupPaths" type="PanelContainer" parent="HSplitContainer/CategoryContent/General"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="Shortcuts" type="Tree" parent="HSplitContainer/CategoryContent"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
hide_root = true
|