[Xfce4-commits] <xfce4-panel:devel> Add entry about the XfceLauncherPlugin menu-icon-size style property.

Nick Schermer nick at xfce.org
Tue Aug 11 20:28:38 CEST 2009


Updating branch refs/heads/devel
         to 0f4f7b11e415f7ae5052a61a0acb94562866f4c9 (commit)
       from 7de46a62f3e69d5fa01ff689125554df9dc7bc1f (commit)

commit 0f4f7b11e415f7ae5052a61a0acb94562866f4c9
Author: Nick Schermer <nick at xfce.org>
Date:   Thu Mar 5 22:21:43 2009 +0100

    Add entry about the XfceLauncherPlugin menu-icon-size style property.

 docs/README.gtkrc-2.0 |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/docs/README.gtkrc-2.0 b/docs/README.gtkrc-2.0
index 04a001c..5bad4dd 100644
--- a/docs/README.gtkrc-2.0
+++ b/docs/README.gtkrc-2.0
@@ -6,7 +6,7 @@ XfceTasklist
 
 style "xfce-tasklist-style"
 {
-  # The maximum length of a button before the label ellipsized. 
+  # The maximum length of a button before the label ellipsizes. 
   # When this value is set to -1 the button will expand to the 
   # entire available space.
   XfceTasklist::max-button-length = 200
@@ -20,3 +20,15 @@ style "xfce-tasklist-style"
   XfceTasklist::ellipsize-mode = PANGO_ELLIPSIZE_END
 }
 class "XfceTasklist" style "xfce-tasklist-style"
+
+
+
+XfceLauncherPlugin
+------------------
+
+style "xfce-launcher-style"
+{
+  # Size of the icons of the menu, in pixels.
+  XfceLauncherPlugin::menu-icon-size = 36
+}
+class "XfceLauncherPlugin" style "xfce-launcher-style"



More information about the Xfce4-commits mailing list