Bug 704896 - pop ups are annoying when opening multiple files from...
the command line on some platforms/window managers Don't let the progress windows steal the focus, and always center them.
This commit is contained in:
@ -223,5 +223,7 @@ gimp_progress_dialog_new (void)
|
|||||||
"skip-taskbar-hint", TRUE,
|
"skip-taskbar-hint", TRUE,
|
||||||
"skip-pager-hint", TRUE,
|
"skip-pager-hint", TRUE,
|
||||||
"resizable", FALSE,
|
"resizable", FALSE,
|
||||||
|
"focus-on-map", FALSE,
|
||||||
|
"window-position", GTK_WIN_POS_CENTER,
|
||||||
NULL);
|
NULL);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user