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 429427 - Add "arrow-spacing" style property to GtkRange
Add "arrow-spacing" style property to GtkRange
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 17:09 UTC by Carlos Garnacho
Modified: 2008-08-02 04:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (1.66 KB, patch)
2007-04-13 17:09 UTC, Carlos Garnacho
none Details | Review
Updated patch (1.67 KB, patch)
2008-06-09 12:24 UTC, Christian Dywan
committed Details | Review

Description Carlos Garnacho 2007-04-13 17:09:14 UTC
Hi!,

I'm attaching a patch inspired in a maemo-gtk change to allow making the arrows in a GtkRange based widget bigger or smaller (regarding to the scroll button size)
Comment 1 Carlos Garnacho 2007-04-13 17:09:33 UTC
Created attachment 86304 [details] [review]
patch
Comment 2 Christian Dywan 2008-06-09 12:24:14 UTC
Created attachment 112415 [details] [review]
Updated patch

Tested and updated the patch against trunk.
Comment 3 Tim Janik 2008-07-24 13:40:48 UTC
Thanks, looks good to me and can go in.
Comment 4 Matthias Clasen 2008-08-02 04:53:07 UTC
2008-08-02  Matthias Clasen  <mclasen@redhat.com>

        Bug 429427 – Add "arrow-spacing" style property to GtkRange

        * gtk/gtkrange.c: Add an arrow-spacing style property.
        Patch by Carlos Garnacho and Christian Dywan