After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 463887 - Progress bar height should be smaller
Progress bar height should be smaller
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.19.x
Other Linux
: Normal enhancement
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2007-08-06 06:40 UTC by Lucas Rocha
Modified: 2007-08-07 07:09 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
EOG's progress bar (1.16 KB, image/png)
2007-08-06 06:42 UTC, Lucas Rocha
Details

Description Lucas Rocha 2007-08-06 06:40: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.
Comment 1 Lucas Rocha 2007-08-06 06:42:33 UTC
Created attachment 93136 [details]
EOG's progress bar
Comment 2 Paolo Bacchilega 2007-08-07 07:09:49 UTC
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);