GNOME Bugzilla – Bug 642165
Sliders do not match the mockups
Last modified: 2011-03-04 19:40:35 UTC
Mockups: http://gitorious.org/gnome-design/gnome-design/blobs/master/mockups/theming/widget-factory.png The current state is displayed in the attached screenshot. Both the trough and the handle require styling changes.
http://gitorious.org/gnome-design/gnome-design/blobs/master/mockups/theming/widget-dissect-gtkscrollbar.png Shows all the states. One particular detail to note is that the padded left side of the trough is 2px while the right side is 1px. This is due to the border around the scrolled view adding that extra pixel. With symmetric trough, the perception is that it is not centred.
The 2 main things are: - the pointy sliders's square part should be centered on the trough. - when the GtkScale widget has no marks, or marks in different positions, the round slider should be used. Latest asset: http://gitorious.org/gnome-design/gnome-design/blobs/master/mockups/theming/widget-dissect-slider.png GTK_STYLE_CLASS_SCALE_HAS_MARKS_ABOVE and GTK_STYLE_CLASS_SCALE_HAS_MARKS_BELOW are in bug 643685
This is fixed in master now.
Not quite. The square part of the slider tapers into the pointy bit on the trough, instead of just below, and the square part is still slightly too high.
I pushed a couple more fixes to master, should match the mockup precisely now.