diff --git a/src/qml/FeedListDelegate.qml b/src/qml/FeedListDelegate.qml index 766acce9..e8929d7f 100644 --- a/src/qml/FeedListDelegate.qml +++ b/src/qml/FeedListDelegate.qml @@ -20,7 +20,7 @@ Controls.ItemDelegate { required property int cardSize required property int cardMargin - property int borderWidth: Kirigami.Units.devicePixelRatio + property int borderWidth: 1 implicitWidth: cardSize + 2 * cardMargin implicitHeight: cardSize + 2 * cardMargin diff --git a/src/qml/UpdateNotification.qml b/src/qml/UpdateNotification.qml index 55a9ac78..0b9b1360 100644 --- a/src/qml/UpdateNotification.qml +++ b/src/qml/UpdateNotification.qml @@ -46,7 +46,7 @@ Rectangle { id: bgFillRect anchors.fill: parent - anchors.margins: Kirigami.Units.devicePixelRatio + anchors.margins: 1 color: Kirigami.Theme.backgroundColor