Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
xfce:xfce4-panel:theming [2012/01/04 10:14] – [Classes] nickxfce:xfce4-panel:theming [2012/01/04 10:16] – [XfcePanelWindowWrapper] nick
Line 34: Line 34:
 The class of the window used for external plugins running in the wrapper application. The class of the window used for external plugins running in the wrapper application.
  
 +==== XfcePanelImage ====
  
 +Class of the images used on most of the panel plugins.
 +
 +<file txt .gtkrc-2.0>
 +style "xfce-panel-image-style"
 +{
 +  # Fix the panel images to a default gtk icon size, is only works for
 +  # images below 32 pixels. You can for example use this when you have
 +  # fuzzy launcher icons.
 +  XfcePanelImage::force-gtk-icon-sizes = true
 +}
 +class "XfcePanelImage" style "xfce-panel-image-style"
 +</file>