summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-12-09 09:27:04 +0100
committerGunnar Sletta <gunnar.sletta@digia.com>2013-12-09 09:27:48 +0100
commit1c552df09a124d6b4edd8e6cd35d27c919bee65a (patch)
tree8c60b47ce5441c5cdb81e795cf3b293141a9edc2
parent3ec7a9cd21b51faedc4b03765bce16d4d7059041 (diff)
Isolate rectangle to avoid upload of the table
Change-Id: I77e87c35f24707bbf2a6beeeb1cd4e925886c975 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
-rw-r--r--benchmarks/extremetable/main.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/extremetable/main.qml b/benchmarks/extremetable/main.qml
index 34e12ac..839544c 100644
--- a/benchmarks/extremetable/main.qml
+++ b/benchmarks/extremetable/main.qml
@@ -96,6 +96,8 @@ Rectangle {
width: label.width + 50
height: label.height + 50
+ clip: true;
+
SequentialAnimation on x {
NumberAnimation { to: root.width - box.width; duration: 8047 }
NumberAnimation { to: 0; duration: 8047 }