Changed resize policy of the init status window so it doesn't

constantly resize itself.
--sg
This commit is contained in:
scott 1998-01-24 20:18:36 +00:00
parent 6697f79b7f
commit c3a7b2fed9
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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);
}
}