Remove usage of Kirigami.Units.devicePixelRatio
It's deprecated and as far as i can tell it doesn't really do anything since it is always set to 1
This commit is contained in:
committed by
Carl Schwan
parent
e9f935609f
commit
3977aee4ba
@@ -198,7 +198,7 @@ Kirigami.ApplicationWindow {
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
x: root.pageStack.defaultColumnWidth - (width / 2)
|
||||
width: Kirigami.Units.devicePixelRatio * 2
|
||||
width: 2
|
||||
|
||||
property int _lastX: -1
|
||||
enabled: !Kirigami.Settings.isMobile
|
||||
|
||||
Reference in New Issue
Block a user