mirror of https://github.com/GNOME/gimp.git
Changed resize policy of the init status window so it doesn't
constantly resize itself. --sg
This commit is contained in:
parent
6697f79b7f
commit
c3a7b2fed9
|
@ -1,3 +1,9 @@
|
|||
Sat Jan 24 15:16:40 1998 Scott Goehring <scott@poverty.bloomington.in.us>
|
||||
|
||||
* app/app_procs.c (make_initialization_status_window): Changed
|
||||
resize policy of the init status window so it doesn't constantly
|
||||
resize itself.
|
||||
|
||||
Wed Jan 21 23:59:02 PST 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* Fixed up the change below to use the SetArg/GetArg stuff
|
||||
|
|
|
@ -160,6 +160,8 @@ make_initialization_status_window(void)
|
|||
GTK_WIN_POS_CENTER);
|
||||
|
||||
gtk_widget_show(win_initstatus);
|
||||
|
||||
gtk_window_set_policy (GTK_WINDOW (win_initstatus), FALSE, TRUE, FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue