mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue