GNOME Bugzilla – Bug 668586
Fix Launcher icons too close together
Last modified: 2012-02-02 10:26:50 UTC
Created attachment 205992 [details] [review] patch 1/1 This patch fixes Launcher icons being too close together by using padding style property and exposing the '.horizontal' and '.vertical' style classes to theming. This basic approach should probably be used for other panel elements that have orientation. (Optionally, orientable panel classes should be based on GtkOrientation to provide this automatically. However, GtkOrientation doesn't provide left/right, top/bottom distinctions. But it should.)
Comment on attachment 205992 [details] [review] patch 1/1 Thanks, I cleaned things a bit and pushed it. For reference, I had issues because of what seems to be a bug in GTK+ (see bug 669229).