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:
Michael Natterer
2013-07-28 02:50:33 +02:00
parent a129f84c68
commit 013c9d337b

View File

@ -223,5 +223,7 @@ gimp_progress_dialog_new (void)
"skip-taskbar-hint", TRUE,
"skip-pager-hint", TRUE,
"resizable", FALSE,
"focus-on-map", FALSE,
"window-position", GTK_WIN_POS_CENTER,
NULL);
}