From 692a4feab6378241ade53d0cd173b15063a661eb Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 23 Jan 2022 22:04:08 +0100 Subject: [PATCH] Lock the Popup root node in mde ed's gui, so widgets can be selected in the editor again with clicking on them. --- .../mesh_data_resource_editor/MDIEd.tscn | 29 ++++++++++--------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/game/addons/mesh_data_resource_editor/MDIEd.tscn b/game/addons/mesh_data_resource_editor/MDIEd.tscn index c419a1a7..e26825a2 100644 --- a/game/addons/mesh_data_resource_editor/MDIEd.tscn +++ b/game/addons/mesh_data_resource_editor/MDIEd.tscn @@ -29,21 +29,21 @@ __meta__ = { [node name="Actions" type="VBoxContainer" parent="VBoxContainer"] margin_right = 1010.0 -margin_bottom = 92.0 +margin_bottom = 68.0 [node name="Actions" type="HBoxContainer" parent="VBoxContainer/Actions"] margin_right = 1010.0 -margin_bottom = 92.0 +margin_bottom = 68.0 alignment = 1 [node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/Actions/Actions"] margin_left = 457.0 margin_right = 466.0 -margin_bottom = 92.0 +margin_bottom = 68.0 [node name="Label" type="Label" parent="VBoxContainer/Actions/Actions/VBoxContainer"] margin_right = 9.0 -margin_bottom = 28.0 +margin_bottom = 20.0 hint_tooltip = "Edit Mode" mouse_filter = 0 size_flags_vertical = 7 @@ -52,9 +52,9 @@ align = 1 valign = 1 [node name="Label2" type="Label" parent="VBoxContainer/Actions/Actions/VBoxContainer"] -margin_top = 32.0 +margin_top = 24.0 margin_right = 9.0 -margin_bottom = 60.0 +margin_bottom = 44.0 hint_tooltip = "Active Axis" mouse_filter = 0 size_flags_vertical = 7 @@ -63,9 +63,9 @@ align = 1 valign = 1 [node name="Label3" type="Label" parent="VBoxContainer/Actions/Actions/VBoxContainer"] -margin_top = 64.0 +margin_top = 48.0 margin_right = 9.0 -margin_bottom = 92.0 +margin_bottom = 68.0 hint_tooltip = "Selection Mode" mouse_filter = 0 size_flags_vertical = 7 @@ -76,7 +76,7 @@ valign = 1 [node name="VBoxContainer2" type="VBoxContainer" parent="VBoxContainer/Actions/Actions"] margin_left = 470.0 margin_right = 553.0 -margin_bottom = 92.0 +margin_bottom = 68.0 [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/Actions/Actions/VBoxContainer2"] margin_right = 83.0 @@ -188,12 +188,12 @@ group = ExtResource( 5 ) text = "F" [node name="HSeparator" type="HSeparator" parent="VBoxContainer"] -margin_top = 96.0 +margin_top = 72.0 margin_right = 1010.0 -margin_bottom = 100.0 +margin_bottom = 76.0 [node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"] -margin_top = 104.0 +margin_top = 80.0 margin_right = 1010.0 margin_bottom = 586.0 size_flags_horizontal = 3 @@ -202,7 +202,7 @@ scroll_horizontal_enabled = false [node name="VBoxContainer2" type="VBoxContainer" parent="VBoxContainer/ScrollContainer"] margin_right = 998.0 -margin_bottom = 586.0 +margin_bottom = 610.0 size_flags_horizontal = 3 [node name="HBoxContainer4" type="HBoxContainer" parent="VBoxContainer/ScrollContainer/VBoxContainer2"] @@ -570,6 +570,9 @@ margin_top = 7.0 margin_right = 1017.0 margin_bottom = 593.0 mouse_filter = 2 +__meta__ = { +"_edit_lock_": true +} [node name="UVEditorPopup" type="ConfirmationDialog" parent="Popups"] margin_left = 149.0