diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-08 19:28:59 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-08 20:50:29 -0800 |
commit | af2a90b53635c9b80d60dd8324bab42cef4cf93b (patch) | |
tree | 459c99aec7d718ad1a93c3afabcac4012237b682 /qt-mobile | |
parent | c6c3967dd99f198131f3f3e170a6d20d0dc77deb (diff) | |
download | subsurface-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.qml | 1 |
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 |