mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mobile: ensure consistent path when accessing arrow icons
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e3eaf03d2f
commit
56713842b9
3 changed files with 39 additions and 25 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue