From 585ba1855a57ba1f0cc0cd0c5de3bfe4d7aaee82 Mon Sep 17 00:00:00 2001 From: Scharel Clemens Date: Thu, 6 Dec 2018 14:14:54 +0100 Subject: [PATCH] Fixed cover logo for non high-res devices --- qml/cover/CoverPage.qml | 2 ++ 1 file changed, 2 insertions(+) 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") }