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 429411 - add style properties to set minimum progressbar width/height
add style properties to set minimum progressbar width/height
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-04-13 16:40 UTC by Carlos Garnacho
Modified: 2008-08-02 04:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (4.17 KB, patch)
2007-04-13 16:41 UTC, Carlos Garnacho
needs-work Details | Review
Improved documentation (5.00 KB, patch)
2008-06-04 10:29 UTC, Christian Dywan
committed Details | Review

Description Carlos Garnacho 2007-04-13 16:40:09 UTC
I'm attaching a patch inspired in a maemo-gtk change to allow GtkProgressBar to have different minimum sizes to the currently hardcoded ones, of course they are set as the defaults.
Comment 1 Carlos Garnacho 2007-04-13 16:41:40 UTC
Created attachment 86301 [details] [review]
patch
Comment 2 Sven Herzberg 2007-07-06 09:25:40 UTC
Looks pretty complete to me.
Comment 3 Matthias Clasen 2008-05-24 22:07:03 UTC
The nicks and blurbs need to be marked with P_()
Does gtk-doc handle empty doc comments like that correctly ? I usually repeat the blurb in the body of the doc comment, just to be sure.
Comment 4 Christian Dywan 2008-06-04 10:29:29 UTC
Created attachment 112114 [details] [review]
Improved documentation
Comment 5 Tim Janik 2008-07-24 13:38:06 UTC
Thanks for the fixups, this can go in now.
Comment 6 Matthias Clasen 2008-08-02 04:49:30 UTC
2008-08-02  Matthias Clasen  <mclasen@redhat.com>

        Bug 429411 – add style properties to set minimum progressbar
        width/height

        * gtk/gtkprogressbar.c: Add style properties for minimum size.
        Patch by Carlos Garnacho and Christian Dywan