aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorGravatar Fabio Bas2011-11-05 14:41:17 +0000
committerGravatar Fabio Bas2011-11-05 14:41:17 +0000
commit4028a42628664fabf8b4be9c07259027d0615957 (patch)
tree76ea6b70bbcde02c49caeebd41ff90b7c4bf5bc2 /src/modules
parentfix #1229 (diff)
downloadKVIrc-4028a42628664fabf8b4be9c07259027d0615957.tar.gz
KVIrc-4028a42628664fabf8b4be9c07259027d0615957.tar.bz2
KVIrc-4028a42628664fabf8b4be9c07259027d0615957.zip
fix r1227
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5985 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/objects/KvsObject_layout.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_layout.cpp b/src/modules/objects/KvsObject_layout.cpp
index 26588041a..c4c506d6d 100644
--- a/src/modules/objects/KvsObject_layout.cpp
+++ b/src/modules/objects/KvsObject_layout.cpp
@@ -94,8 +94,8 @@ const int align_cod[] = {
Sets the default spacing of the widgets in pixels
!fn: $setMargin(<margin:uint>)
Sets the dimension of the layout margin : the distance from the border to the outermost child widget edges.
- !fn: $setAlignment(<flag1:string>, <flag2:string>, ...)
- Sets the alignment for widget w to flags, given as parameters.
+ !fn: $setAlignment(<w:widget>, <flag1:string>, <flag2:string>, ...)
+ Sets the alignment for widget w to flags, given as parameters.
Valid flags are:Right,Left,Top,Bottom,HCenter,VCenter,Center
!fn: $setResizeMode(<resize_mode:string>)
Sets the resize mode of the parent widget in relation to this layout.