summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@nokia.com>2011-10-16 16:33:32 +0200
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2011-10-16 16:33:32 +0200
commit1db10a7c5ba9ba56f706efa5b0afa90e8dffb6b6 (patch)
tree9f5fb1b7f65f87b47e2191c0def70204445e2178 /components
parent0da76cb91fcfecb2d7d78ca34dda265624824fe8 (diff)
downloadqtquickcontrols-1db10a7c5ba9ba56f706efa5b0afa90e8dffb6b6.tar.gz
Doc fix for splitter
Diffstat (limited to 'components')
-rw-r--r--components/SplitterColumn.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/SplitterColumn.qml b/components/SplitterColumn.qml
index 4d17ecf3..dc9e1cc9 100644
--- a/components/SplitterColumn.qml
+++ b/components/SplitterColumn.qml
@@ -81,13 +81,13 @@ import "custom" as Components
* anchors.fill: parent
*
* Rectangle {
-* property real maximumHeight: 400
+* Splitter.aximumHeight: 400
* color: "gray"
* height: 200
* }
* Rectangle {
-* property real minimumHeight: 50
-* property bool expanding: true
+* Splitter.minimumHeight: 50
+* Splitter.expanding: true
* color: "darkgray"
* }
* Rectangle {