QML UI: remove incorrect calculation of devicePixelRatio
That's just bogus. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c6c3967dd9
commit
af2a90b536
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user