reverted the progress bar size change.
2007-05-05 Mukund Sivaraman <muks@mukund.org> * app/gui/splash.c: reverted the progress bar size change. svn path=/trunk/; revision=22420
This commit is contained in:

committed by
Mukund Sivaraman

parent
4ac8573df2
commit
c0b134dbd0
@ -1,3 +1,7 @@
|
|||||||
|
2007-05-05 Mukund Sivaraman <muks@mukund.org>
|
||||||
|
|
||||||
|
* app/gui/splash.c: reverted the progress bar size change.
|
||||||
|
|
||||||
2007-05-05 Mukund Sivaraman <muks@mukund.org>
|
2007-05-05 Mukund Sivaraman <muks@mukund.org>
|
||||||
|
|
||||||
* app/gui/splash.c: make the splash progress bar lean and mean.
|
* app/gui/splash.c: make the splash progress bar lean and mean.
|
||||||
|
@ -206,7 +206,6 @@ splash_create (gboolean be_verbose)
|
|||||||
|
|
||||||
/* add a progress bar */
|
/* add a progress bar */
|
||||||
splash->progress = gtk_progress_bar_new ();
|
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_box_pack_end (GTK_BOX (vbox), splash->progress, FALSE, FALSE, 0);
|
||||||
gtk_widget_show (splash->progress);
|
gtk_widget_show (splash->progress);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user