diff --git a/material_maker/windows/add_node_popup/add_node_popup.gd b/material_maker/windows/add_node_popup/add_node_popup.gd index b9b931f0b..2b42dd21b 100644 --- a/material_maker/windows/add_node_popup/add_node_popup.gd +++ b/material_maker/windows/add_node_popup/add_node_popup.gd @@ -191,7 +191,6 @@ func update_list(filter_text : String = "") -> void: %List.select(0) %List.ensure_current_is_visible() - func _unhandled_input(event) -> void: if event.is_action_pressed("ui_cancel"): todo_renamed_hide() diff --git a/material_maker/windows/add_node_popup/add_node_popup.tscn b/material_maker/windows/add_node_popup/add_node_popup.tscn index 770799ff9..4774c45d8 100644 --- a/material_maker/windows/add_node_popup/add_node_popup.tscn +++ b/material_maker/windows/add_node_popup/add_node_popup.tscn @@ -228,6 +228,7 @@ unique_name_in_owner = true layout_mode = 2 size_flags_vertical = 3 theme_type_variation = &"MM_AddNodePanelList" +same_column_width = true fixed_icon_size = Vector2i(18, 18) [connection signal="object_selected" from="PanelContainer/VBoxContainer/Buttons/Button1" to="." method="add_node"]