From 1db10a7c5ba9ba56f706efa5b0afa90e8dffb6b6 Mon Sep 17 00:00:00 2001 From: Jens Bache-Wiig Date: Sun, 16 Oct 2011 16:33:32 +0200 Subject: Doc fix for splitter --- components/SplitterColumn.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'components') 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 { -- cgit v1.2.1