diff options
author | Jens Bache-Wiig <jens.bache-wiig@nokia.com> | 2011-10-16 16:33:32 +0200 |
---|---|---|
committer | Jens Bache-Wiig <jens.bache-wiig@nokia.com> | 2011-10-16 16:33:32 +0200 |
commit | 1db10a7c5ba9ba56f706efa5b0afa90e8dffb6b6 (patch) | |
tree | 9f5fb1b7f65f87b47e2191c0def70204445e2178 /components | |
parent | 0da76cb91fcfecb2d7d78ca34dda265624824fe8 (diff) | |
download | qtquickcontrols-1db10a7c5ba9ba56f706efa5b0afa90e8dffb6b6.tar.gz |
Doc fix for splitter
Diffstat (limited to 'components')
-rw-r--r-- | components/SplitterColumn.qml | 6 |
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 { |