summaryrefslogtreecommitdiffstats
path: root/qt-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-08 19:28:59 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-08 20:50:29 -0800
commitaf2a90b53635c9b80d60dd8324bab42cef4cf93b (patch)
tree459c99aec7d718ad1a93c3afabcac4012237b682 /qt-mobile
parentc6c3967dd99f198131f3f3e170a6d20d0dc77deb (diff)
downloadsubsurface-af2a90b53635c9b80d60dd8324bab42cef4cf93b.tar.gz
QML UI: remove incorrect calculation of devicePixelRatio
That's just bogus. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile')
-rw-r--r--qt-mobile/qml/DiveDetailsView.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qml/DiveDetailsView.qml b/qt-mobile/qml/DiveDetailsView.qml
index ea80cdc42..126a9154b 100644
--- a/qt-mobile/qml/DiveDetailsView.qml
+++ b/qt-mobile/qml/DiveDetailsView.qml
@@ -104,7 +104,6 @@ Item {
Layout.minimumHeight: width * 0.75
Layout.columnSpan: 4
clip: false
- devicePixelRatio: MobileComponents.Units.devicePixelRatio
Rectangle {
color: "transparent"
opacity: 0.6