You are not logged in.
Pages: 1
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
Offline
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
Thanks Tom.
Offline
May I suggest you add 1 to ythickness instead of zero. It will make the taskbar looks better.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 517.64 KiB (Peak: 520.92 KiB) ]