widgets: Turn off default search in GimpPrefsBox

Same patch as cb552d3d, just applied to GimpPrefsBox.
This was visible in the Preferences Dialog, where the same
unnecessary pop-up appeared in the side panel.
This commit is contained in:
Alx Sa 2026-02-26 19:15:13 +00:00
parent d80ad177af
commit 3a4bd57da6

View file

@ -152,6 +152,7 @@ gimp_prefs_box_init (GimpPrefsBox *box)
g_object_unref (private->store);
gtk_tree_view_set_headers_visible (GTK_TREE_VIEW (private->tree_view), FALSE);
gtk_tree_view_set_enable_search (GTK_TREE_VIEW (private->tree_view), FALSE);
column = gtk_tree_view_column_new ();