summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/DiveList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r--mobile-widgets/qml/DiveList.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml
index ce40f882d..798f7a730 100644
--- a/mobile-widgets/qml/DiveList.qml
+++ b/mobile-widgets/qml/DiveList.qml
@@ -210,7 +210,7 @@ Kirigami.ScrollablePage {
horizontalCenter: parent.horizontalCenter
verticalCenter: parent.verticalCenter
}
- source: "trash-empty"
+ source: ":/icons/trash-empty"
}
MouseArea {
anchors.fill: parent
@@ -403,7 +403,7 @@ Kirigami.ScrollablePage {
property QtObject downloadFromDCAction: Kirigami.Action {
icon {
- name: "downloadDC"
+ name: ":/icons/downloadDC"
color: subsurfaceTheme.primaryColor
}
onTriggered: {
@@ -414,7 +414,7 @@ Kirigami.ScrollablePage {
property QtObject addDiveAction: Kirigami.Action {
icon {
- name: "list-add"
+ name: ":/icons/list-add"
}
onTriggered: {
startAddDive()