summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/webbrowser.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-09-04 00:58:36 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-09-04 00:58:36 (GMT)
commit3d209a098d9abf5f8ffe9b64b27adbe622e84497 (patch)
treeab89339d66bd6bb4d6a92f829212081ef41ff748 /demos/declarative/webbrowser/webbrowser.qml
parent373e090de85ee8c46cbd400d4b5fbf37d4b59eae (diff)
downloadQt-3d209a098d9abf5f8ffe9b64b27adbe622e84497.zip
Qt-3d209a098d9abf5f8ffe9b64b27adbe622e84497.tar.gz
Qt-3d209a098d9abf5f8ffe9b64b27adbe622e84497.tar.bz2
Smooth the rendering in the tiles, not of the tiles.
Turn smoothing on in webbrowsser demo.
Diffstat (limited to 'demos/declarative/webbrowser/webbrowser.qml')
-rw-r--r--demos/declarative/webbrowser/webbrowser.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/webbrowser/webbrowser.qml b/demos/declarative/webbrowser/webbrowser.qml
index 6217019..9a8af29 100644
--- a/demos/declarative/webbrowser/webbrowser.qml
+++ b/demos/declarative/webbrowser/webbrowser.qml
@@ -190,7 +190,7 @@ Item {
}
url: fixUrl(WebBrowser.urlString)
- smooth: false
+ smooth: true
fillColor: "white"
focus: true