diff options
| author | 2017-08-31 00:38:57 +0200 | |
|---|---|---|
| committer | 2017-08-31 00:38:57 +0200 | |
| commit | 9defac5f54e1cd06d7c026b695fed381c931d856 (patch) | |
| tree | ce7f6aedf58118e8ba800e4c6af37ab250583a9c /src/modules/objects/KvsObject_vBox.cpp | |
| parent | Allow the user to bypass the default stylesheet. (diff) | |
| download | KVIrc-9defac5f54e1cd06d7c026b695fed381c931d856.tar.gz KVIrc-9defac5f54e1cd06d7c026b695fed381c931d856.tar.bz2 KVIrc-9defac5f54e1cd06d7c026b695fed381c931d856.zip | |
Fix wrapping of <pre> in the docs.
Fixes #2288
Diffstat (limited to 'src/modules/objects/KvsObject_vBox.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_vBox.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/modules/objects/KvsObject_vBox.cpp b/src/modules/objects/KvsObject_vBox.cpp index 76f750fc1..61464bfe7 100644 --- a/src/modules/objects/KvsObject_vBox.cpp +++ b/src/modules/objects/KvsObject_vBox.cpp @@ -82,15 +82,15 @@ const int align_cod[] = { Adds a stretchable space with zero minimum size and stretch factor stretch to the end of this box layout. !fn: $setAlignment(<flag1:string>, <flag2:string>, ...) Sets the alignment for widget w to flags, given as parameters.[br] - Valid flags are:[br] + Valid flags are: [pre] - Right[br] - Left[br] - Top[br] - Bottom[br] - HCenter[br] - VCenter[br] - Center[br] + Right + Left + Top + Bottom + HCenter + VCenter + Center Justify [/pre] */ |
