summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-12-02 23:56:26 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-12-02 23:56:26 (GMT)
commitf4857a2ad1e119f406c4feb52ed167c83a3de00a (patch)
treebcf63c7063df4ec74496df2ca6e4185a50d80404
parente795580795f79d9d151fe76efd6bd2ab687fbf3b (diff)
downloadQt-f4857a2ad1e119f406c4feb52ed167c83a3de00a.zip
Qt-f4857a2ad1e119f406c4feb52ed167c83a3de00a.tar.gz
Qt-f4857a2ad1e119f406c4feb52ed167c83a3de00a.tar.bz2
Don't set size, that now crops tile in pixelCache.
-rw-r--r--tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml b/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml
index 3467c65..08e4d65 100644
--- a/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml
+++ b/tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml
@@ -1,8 +1,6 @@
import Test 1.0
MyWebView {
- width: 100
- height: 100
anchors.fill: parent
url: "pixelCache.html"
}