GNOME Bugzilla – Bug 463887
Progress bar height should be smaller
Last modified: 2007-08-07 07:09:49 UTC
The height of progress bar in File Roller statusbar doesn't look very good. It should be a litle bit smaller than statusbar's. Totem, Epiphany and Eye of GNOME are using the same aproach. Have a look at the screenshot.
Created attachment 93136 [details] EOG's progress bar
Fixed in trunk now. to Lucas: in eog if you want the progressbar of the requested height you should use: gtk_box_pack_end (GTK_BOX (vbox), priv->progressbar, TRUE, FALSE, 0); instead of: gtk_box_pack_end (GTK_BOX (vbox), priv->progressbar, TRUE, TRUE, 0);