Image for About page

This commit is contained in:
Scharel Clemens 2020-12-31 15:19:38 +01:00
parent 8e963c7e0f
commit 4d0898b349
3 changed files with 2 additions and 2 deletions

View file

@ -26,10 +26,10 @@ SOURCES += src/harbour-nextcloudnotes.cpp \
src/notesmodel.cpp
DISTFILES += qml/harbour-nextcloudnotes.qml \
icons/icon-launcher-nextcloudnotes.svg \
qml/cover/CoverPage.qml \
qml/img/nextcloud-logo-dark.png \
qml/img/nextcloud-logo-light.png \
qml/img/icon-launcher-nextcloudnotes.svg \
qml/pages/LoginPage.qml \
rpm/harbour-nextcloudnotes.changes.run.in \
rpm/harbour-nextcloudnotes.changes \

View file

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View file

@ -37,7 +37,7 @@ Page {
text: "Nextcloud " + qsTr("Notes") + " v" + Qt.application.version
}
Icon {
source: Qt.resolvedUrl("../../icons/icon-launcher-nextcloudnotes.svg")
source: "../img/icon-launcher-nextcloudnotes.svg"
}
LinkedLabel {
id: nextcloudnotesLabel