Mobile: ensure consistent path when accessing arrow icons

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2019-10-08 14:22:52 -05:00
parent e3eaf03d2f
commit 56713842b9
3 changed files with 39 additions and 25 deletions

View file

@ -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()