GNOME Bugzilla – Bug 579115
fix alignment issues with sliders
Last modified: 2009-05-07 15:10:23 UTC
The Balance: label should line up with the slider. Similarly for the Input volume. The size-request addition is a workaround for a GTK+ bug.
Created attachment 132739 [details] [review] patch
Created attachment 133438 [details] [review] better patch The first patch broke the alignment of sliders on the application tab (due to big icons). This one gets all sliders right.
Matthias, can you refresh the patch? the code seems to have evolved a bit in that direction already. I am not sure I would get the same desired effect, for example with the gtk queue resize trick. thanks
Hmm, looks like it only applies after Bastiens 100% mark patch in bug 574312 So best get that in first, then I'll revisit this one. Oh, and the queue-resize thing was a workaround for a GTK+ bug that I've now fixed, so we should drop it.
Committed after removing the unused alignment, the queue_resize call, and changing the tabs to spaces. commit 9b2f061d52b81d6d63e7b313f5af729baebb83e1 Author: Matthias Clasen <mclasen@redhat.com> Date: Thu May 7 16:07:59 2009 +0100 Bug 579115 – fix alignment issues with sliders Make the horizontal sliders line up with the icons and labels on the same line.