diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-11-10 05:06:04 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-11-10 05:06:04 (GMT) |
commit | 6ac64e4b8d7cb86394936a4d5723625bcabf2f59 (patch) | |
tree | 442f408c9f4071445628c3035470288049fccc95 /examples/declarative/webview | |
parent | 5471328d6565ca1759ea8008421a31dde2a0f036 (diff) | |
download | Qt-6ac64e4b8d7cb86394936a4d5723625bcabf2f59.zip Qt-6ac64e4b8d7cb86394936a4d5723625bcabf2f59.tar.gz Qt-6ac64e4b8d7cb86394936a4d5723625bcabf2f59.tar.bz2 |
Remove WebView::pagewidth and tidy up - it's not needed and interfered
with zoomFactor.
Diffstat (limited to 'examples/declarative/webview')
-rw-r--r-- | examples/declarative/webview/qml-in-html.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/webview/qml-in-html.qml b/examples/declarative/webview/qml-in-html.qml index 43cc61b..a2f2f2a 100644 --- a/examples/declarative/webview/qml-in-html.qml +++ b/examples/declarative/webview/qml-in-html.qml @@ -12,8 +12,8 @@ Rectangle { id: web width: 250 height: 420 - scale: 0.75 - smooth: true + zoomFactor: 0.75 + smoothCache: true settings.pluginsEnabled: true html: "<html>\ <body bgcolor=white>\ |