[Xfce4-commits] <xfce4-panel:devel> Add a gtkrc-2.0 readme file in the docs directory.
Nick Schermer
nick at xfce.org
Tue Aug 11 20:28:32 CEST 2009
Updating branch refs/heads/devel
to dd340e753f270623d273b5871dcceebc4686a539 (commit)
from 475878038f3d03b6c2836ea8d06e934c668a1e5f (commit)
commit dd340e753f270623d273b5871dcceebc4686a539
Author: Nick Schermer <nick at xfce.org>
Date: Tue Mar 3 21:17:40 2009 +0100
Add a gtkrc-2.0 readme file in the docs directory.
docs/README.gtkrc-2.0 | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/docs/README.gtkrc-2.0 b/docs/README.gtkrc-2.0
new file mode 100644
index 0000000..04a001c
--- /dev/null
+++ b/docs/README.gtkrc-2.0
@@ -0,0 +1,22 @@
+The Xfce Panel .gtkrc-2.0 hacks
+===============================
+
+XfceTasklist
+---------------
+
+style "xfce-tasklist-style"
+{
+ # The maximum length of a button before the label ellipsized.
+ # When this value is set to -1 the button will expand to the
+ # entire available space.
+ XfceTasklist::max-button-length = 200
+
+ # Maximum size of a button. This is used to detect the number of
+ # rows of the task list plugin. When you increase the value less
+ # rows will be possible.
+ XfceTasklist::max-button-size = 20
+
+ # Ellipsizing used in the task list button label.
+ XfceTasklist::ellipsize-mode = PANGO_ELLIPSIZE_END
+}
+class "XfceTasklist" style "xfce-tasklist-style"
More information about the Xfce4-commits
mailing list