Multiple fast flicks with large content moves faster
[profile/ivi/qtdeclarative.git] / tests / auto / qtquick2 / qquickflickable / data / flickable03.qml
index ebc49ba..719c682 100644 (file)
@@ -1,13 +1,13 @@
 import QtQuick 2.0
 
 Flickable {
-    width: 100; height: 200
+    width: 100; height: 400
     contentWidth: column.width; contentHeight: column.height
 
     Column {
         id: column
         Repeater {
-            model: 4
+            model: 20
             Rectangle { width: 200; height: 300; color: "blue" }
         }
     }