Fixed cover logo for non high-res devices

This commit is contained in:
Scharel Clemens 2018-12-06 14:14:54 +01:00
parent 2230fefbea
commit 585ba1855a

View file

@ -5,6 +5,8 @@ CoverBackground {
CoverPlaceholder { CoverPlaceholder {
icon.source: "../img/nextcloud-logo-transparent.png" icon.source: "../img/nextcloud-logo-transparent.png"
icon.width: parent.width
icon.fillMode: Image.PreserveAspectFit
text: qsTr("Notes") text: qsTr("Notes")
} }