Xfce Forum

Sub domains
 

You are not logged in.

#1 2006-09-16 17:04:20

Jason-X
Member
Registered: 2006-03-14
Posts: 3

Panel thickness

In last months screenshot thread somebody posted some code to add to the .gtkrc-2.0 file to make the thickness around the buttons on the panel smaller. This made the icons look bigger and nicer.

Since the thread has disappeared can anybody post the code again for me please.

Thanks
Jason-X smile

Offline

#2 2006-09-16 19:18:36

TomE
Member
Registered: 2005-02-05
Posts: 132

Re: Panel thickness

Add this to your ~/.gtkrc-2.0

style "panel"
{
    xthickness = 0
    ythickness = 0
}
widget "*Panel*"            style "panel"
class "*Panel*"             style "panel"
widget_class "*Panel*"      style "panel"

Offline

#3 2006-09-16 19:38:43

Jason-X
Member
Registered: 2006-03-14
Posts: 3

Re: Panel thickness

Thanks Tom.  smile

Offline

#4 2006-09-16 23:36:37

lyrae
Member
Registered: 2006-09-04
Posts: 16

Re: Panel thickness

May I suggest you add 1 to ythickness instead of zero.  It will make the taskbar looks better.

Offline

Board footer

Powered by FluxBB