summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdenilson Cavalcanti <cavalcantii@gmail.com>2013-01-25 12:59:32 -0400
committerAdenilson Cavalcanti <cavalcantii@gmail.com>2013-01-25 12:59:32 -0400
commita45bd9580b46f0007513b21c2663d4e4c689c29a (patch)
treeaec62c996bf6155bc172210f4abbe3491c291070
parent3868c3566268fc0227d3ef116db77b6c8e33011e (diff)
downloadsnowshoe-a45bd9580b46f0007513b21c2663d4e4c689c29a.tar.gz
Last December the property for setting pixel ratio was removed from
webkit trunk thanks to qtbase receiving support for devicePixelRatio. Further details on webkit issue #104574. Signed-off-by: Adenilson Cavalcanti <cavalcantii@gmail.com>
-rw-r--r--src/mobile/qml/SnowshoeWebView.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mobile/qml/SnowshoeWebView.qml b/src/mobile/qml/SnowshoeWebView.qml
index eb753bb..d029b6a 100644
--- a/src/mobile/qml/SnowshoeWebView.qml
+++ b/src/mobile/qml/SnowshoeWebView.qml
@@ -52,7 +52,6 @@ Item {
enabled: webViewItem.active && webViewItem.interactive
experimental.preferredMinimumContentsWidth: 980
- experimental.devicePixelRatio: 1.5
experimental.userAgent: "Mozilla/5.0 (iPhone; CPU iPhone OS 5_0 like Mac OS X) AppleWebKit/534.46 (KHTML, like Gecko) Version/5.1 Mobile/9A334 Safari/7534.48.3"
onLoadingChanged: {