summaryrefslogtreecommitdiffstats
path: root/examples/qmlscatter/qml/qmlscatter/main.qml
diff options
context:
space:
mode:
authorTomi Korpipää <tomi.korpipaa@digia.com>2013-10-10 09:43:08 +0300
committerTomi Korpipää <tomi.korpipaa@digia.com>2013-10-10 09:50:40 +0300
commit690af005c131a1179bf36f64b7cba752db819842 (patch)
tree89253f1f5819bce9e4c5bb366803da3cea6f29d4 /examples/qmlscatter/qml/qmlscatter/main.qml
parent4c52c13e5061d0959fa7a9c7cf96ff9fd880bfba (diff)
Mac snapshot and fixed to qmlscatter example
Change-Id: I8d03e81e2ab7b5cf1c894e568c57f3c64f96b07d Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Diffstat (limited to 'examples/qmlscatter/qml/qmlscatter/main.qml')
-rw-r--r--examples/qmlscatter/qml/qmlscatter/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/qmlscatter/qml/qmlscatter/main.qml b/examples/qmlscatter/qml/qmlscatter/main.qml
index 8384625f..c8aebcc7 100644
--- a/examples/qmlscatter/qml/qmlscatter/main.qml
+++ b/examples/qmlscatter/qml/qmlscatter/main.qml
@@ -40,6 +40,7 @@ Item {
id: dataView
anchors.bottom: parent.bottom
//! [9]
+ width: parent.width
height: parent.height - shadowToggle.height
//! [8]