diff --git a/qml/cover/CoverPage.qml b/qml/cover/CoverPage.qml index 783a723..014d805 100644 --- a/qml/cover/CoverPage.qml +++ b/qml/cover/CoverPage.qml @@ -5,6 +5,8 @@ CoverBackground { CoverPlaceholder { icon.source: "../img/nextcloud-logo-transparent.png" + icon.width: parent.width + icon.fillMode: Image.PreserveAspectFit text: qsTr("Notes") }