Image for About page
This commit is contained in:
parent
8e963c7e0f
commit
4d0898b349
3 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue