diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-07-16 12:14:50 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-16 12:19:19 (GMT) |
commit | da98ea1758a01c38b5cd0a62ecf201e16df89e5b (patch) | |
tree | 4bdf5780dfdff1a864c22cd376d4f7f5ff557b1a /doc/src | |
parent | 16e0d3b9fce45a711b6fe21458d3273d4953c82c (diff) | |
download | Qt-da98ea1758a01c38b5cd0a62ecf201e16df89e5b.zip Qt-da98ea1758a01c38b5cd0a62ecf201e16df89e5b.tar.gz Qt-da98ea1758a01c38b5cd0a62ecf201e16df89e5b.tar.bz2 |
Doc: Fix typo slection -> selection
Task-number: QTBUG-25577
Change-Id: I89d6bc2c23283c802240194575a1a4c394b6e96f
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/development/designer-manual.qdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/development/designer-manual.qdoc b/doc/src/development/designer-manual.qdoc index ace3a5f..4ff8d70 100644 --- a/doc/src/development/designer-manual.qdoc +++ b/doc/src/development/designer-manual.qdoc @@ -754,7 +754,7 @@ \section2 Setting A Top Level Layout - The form's top level layout can be set by clearing the slection (click the + The form's top level layout can be set by clearing the selection (click the left mouse button on the form itself) and applying a layout. A top level layout is necessary to ensure that your widgets will resize correctly when its window is resized. To check if you have set a top level layout, preview |