make the splash progress bar lean and mean.
2007-05-05 Mukund Sivaraman <muks@mukund.org>
* app/gui/splash.c: make the splash progress bar lean and mean.
svn path=/trunk/; revision=22419
This commit is contained in:
parent
a89d0a1cc8
commit
4ac8573df2
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2007-05-05 Mukund Sivaraman <muks@mukund.org>
|
||||
|
||||
* app/gui/splash.c: make the splash progress bar lean and mean.
|
||||
|
||||
2007-05-05 Mukund Sivaraman <muks@mukund.org>
|
||||
|
||||
* app/base/gimplut.c
|
||||
|
|
|
|||
|
|
@ -206,6 +206,7 @@ splash_create (gboolean be_verbose)
|
|||
|
||||
/* add a progress bar */
|
||||
splash->progress = gtk_progress_bar_new ();
|
||||
gtk_widget_set_size_request (splash->progress, 1, 12);
|
||||
gtk_box_pack_end (GTK_BOX (vbox), splash->progress, FALSE, FALSE, 0);
|
||||
gtk_widget_show (splash->progress);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue