mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
mobile: use full icon path.
For some reason Kirigami.Icon mess up icon display when filename extension is omitted. Because of this a perfectly good, scalable svg show up as a low resolution scaled up icon. Signed-off-by: Murillo Bernardes <mfbernardes@gmail.com>
This commit is contained in:
parent
cc77046db5
commit
2466351a5f
2 changed files with 5 additions and 5 deletions
|
@ -74,7 +74,7 @@ Kirigami.ScrollablePage {
|
|||
actions: [
|
||||
Kirigami.Action {
|
||||
icon {
|
||||
name: ":/icons/trash-empty"
|
||||
name: ":/icons/trash-empty.svg"
|
||||
}
|
||||
onTriggered: {
|
||||
print("delete this!")
|
||||
|
@ -83,7 +83,7 @@ Kirigami.ScrollablePage {
|
|||
},
|
||||
Kirigami.Action {
|
||||
icon {
|
||||
name: ":/icons/gps"
|
||||
name: ":/icons/gps.svg"
|
||||
}
|
||||
onTriggered: {
|
||||
showMap()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue