diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 23:56:26 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-12-02 23:56:26 (GMT) |
commit | f4857a2ad1e119f406c4feb52ed167c83a3de00a (patch) | |
tree | bcf63c7063df4ec74496df2ca6e4185a50d80404 /tests/auto/declarative/qmlgraphicswebview | |
parent | e795580795f79d9d151fe76efd6bd2ab687fbf3b (diff) | |
download | Qt-f4857a2ad1e119f406c4feb52ed167c83a3de00a.zip Qt-f4857a2ad1e119f406c4feb52ed167c83a3de00a.tar.gz Qt-f4857a2ad1e119f406c4feb52ed167c83a3de00a.tar.bz2 |
Don't set size, that now crops tile in pixelCache.
Diffstat (limited to 'tests/auto/declarative/qmlgraphicswebview')
-rw-r--r-- | tests/auto/declarative/qmlgraphicswebview/data/pixelCache.qml | 2 |
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" } |