QML UI: remove incorrect calculation of devicePixelRatio

That's just bogus.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-08 19:28:59 -08:00
parent c6c3967dd9
commit af2a90b536

View file

@ -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