diff options
| author | 2011-11-05 14:41:17 +0000 | |
|---|---|---|
| committer | 2011-11-05 14:41:17 +0000 | |
| commit | 4028a42628664fabf8b4be9c07259027d0615957 (patch) | |
| tree | 76ea6b70bbcde02c49caeebd41ff90b7c4bf5bc2 /src/modules | |
| parent | fix #1229 (diff) | |
| download | KVIrc-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.cpp | 4 |
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. |
