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:
Tobias Fella
2021-09-20 23:47:13 +02:00
committed by Carl Schwan
parent e9f935609f
commit 3977aee4ba
7 changed files with 8 additions and 12 deletions

View File

@@ -87,8 +87,8 @@ Kirigami.ScrollablePage {
Kirigami.Icon {
anchors.centerIn: parent
width: 22 * Kirigami.Units.devicePixelRatio
height: 22 * Kirigami.Units.devicePixelRatio
width: 22
height: 22
source: "search"
}
Kirigami.Separator {