[Xfce4-commits] <xfce4-panel:nick/desktop-mode> Libxfce4panel: Increase the maximum size to 128 * 6 for rows.
Nick Schermer
noreply at xfce.org
Sun Dec 11 21:50:01 CET 2011
Updating branch refs/heads/nick/desktop-mode
to f9af320ee3f50582039e8f596c87948a37029770 (commit)
from 81d83e93e785037ff7f83b2d4d7955928681c44d (commit)
commit f9af320ee3f50582039e8f596c87948a37029770
Author: Andrzej <ndrwrdck at gmail.com>
Date: Sun Dec 11 21:47:58 2011 +0100
Libxfce4panel: Increase the maximum size to 128 * 6 for rows.
Thw maximum row size is 128, maximum number of rows 6.
libxfce4panel/xfce-panel-plugin.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libxfce4panel/xfce-panel-plugin.c b/libxfce4panel/xfce-panel-plugin.c
index faacc0a..8473fe5 100644
--- a/libxfce4panel/xfce-panel-plugin.c
+++ b/libxfce4panel/xfce-panel-plugin.c
@@ -575,7 +575,7 @@ xfce_panel_plugin_class_init (XfcePanelPluginClass *klass)
g_param_spec_int ("size",
"Size",
"Size of the plugin's panel",
- 0, 128, 0,
+ 0, (128 * 6), 0,
G_PARAM_READABLE
| G_PARAM_STATIC_STRINGS));
More information about the Xfce4-commits
mailing list