mirror of https://github.com/GNOME/gimp.git
Issue #2194 - Action search dialog behaves as a full window...
...using a tiling window manager Set GimpSearchPopup's type hint to GDK_WINDOW_TYPE_HINT_DIALOG.
This commit is contained in:
parent
2f925e7277
commit
e6364ffa81
|
@ -197,6 +197,7 @@ gimp_search_popup_new (Gimp *gimp,
|
|||
|
||||
widget = g_object_new (GIMP_TYPE_SEARCH_POPUP,
|
||||
"type", GTK_WINDOW_TOPLEVEL,
|
||||
"type-hint", GDK_WINDOW_TYPE_HINT_DIALOG,
|
||||
"decorated", TRUE,
|
||||
"modal", TRUE,
|
||||
"role", role,
|
||||
|
|
Loading…
Reference in New Issue