From 56713842b90c6bf329c636812ba985c793c81be3 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 8 Oct 2019 14:22:52 -0500 Subject: Mobile: ensure consistent path when accessing arrow icons Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/main.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mobile-widgets/qml/main.qml') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 79f2e57b3..f06863dbd 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -243,7 +243,7 @@ Kirigami.ApplicationWindow { text: qsTr("Dive management") Kirigami.Action { icon { - name: ":/org/kde/kirigami/icons/go-previous-symbolic.svg" + name: ":/go-previous-symbolic" } text: qsTr("Back") onTriggered: gDrawer.scrollViewItem.pop() @@ -331,7 +331,7 @@ if you have network connectivity and want to sync your data to cloud storage."), Kirigami.Action { icon { - name: ":/org/kde/kirigami/icons/go-previous-symbolic.svg" + name: ":/go-previous-symbolic" } text: qsTr("Back") onTriggered: gDrawer.scrollViewItem.pop() @@ -403,7 +403,7 @@ if you have network connectivity and want to sync your data to cloud storage."), visible: PrefDisplay.show_developer Kirigami.Action { icon { - name: ":/org/kde/kirigami/icons/go-previous-symbolic.svg" + name: ":/go-previous-symbolic" } text: qsTr("Back") onTriggered: gDrawer.scrollViewItem.pop() -- cgit v1.2.3-70-g09d2