somasis / gnome-colors-old

Automatically exported from code.google.com/p/gnome-colors
0 stars 0 forks source link

Spacing too large for indicator applet on Ubuntu #136

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is a bug for the GTK theme.

Ubuntu uses heavily the Indicator Applet, but in Gnome Colors the spacing is 
too wide.

See the exact same bug in Ubuntu's default theme, now fixed:
https://bugs.launchpad.net/indicator-application/+bug/527267

Original issue reported on code.google.com by elois...@gmail.com on 1 Apr 2010 at 9:02

GoogleCodeExporter commented 9 years ago
Checkout out svn to create a patch doesn't work, but basically you need to add 
two 
lines (for xthickness and ythickness) in gtk-2.0/panel.rc for each theme:

style "theme-panel"
{
        xthickness = 0
        ythickness = 1

Original comment by elois...@gmail.com on 20 Apr 2010 at 10:19