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_layout.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_layout.cpp')
| -rw-r--r-- | src/modules/objects/KvsObject_layout.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/objects/KvsObject_layout.cpp b/src/modules/objects/KvsObject_layout.cpp index 2c57a60fd..b48e5b2e7 100644 --- a/src/modules/objects/KvsObject_layout.cpp +++ b/src/modules/objects/KvsObject_layout.cpp @@ -98,10 +98,10 @@ const int align_cod[] = { Sets the resize mode of the parent widget in relation to this layout. <mode> can be one of:[br] [pre] - -Auto: this is the default[br] - -Fixed: the parent widget of this layout is resized to the "sizeHint" value and it cannot be resized by the user.[br] - -Minimum: the minimum size of the parent widget of this layout is set to minimumSize() and it cannot be smaller[br] - -FreeResize: the parent widget of this layout is not constrained at all[br] + -Auto: this is the default + -Fixed: the parent widget of this layout is resized to the "sizeHint" value and it cannot be resized by the user. + -Minimum: the minimum size of the parent widget of this layout is set to minimumSize() and it cannot be smaller + -FreeResize: the parent widget of this layout is not constrained at all [/pre] */ |
