mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: better icon for delete
The cancel picture was odd - the trash can is much more typical. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
249a2c2c09
commit
f61b83301a
3 changed files with 3 additions and 1 deletions
|
@ -88,7 +88,7 @@ MobileComponents.Page {
|
|||
}
|
||||
actions: [
|
||||
Action {
|
||||
iconName: "dialog-cancel"
|
||||
iconName: "trash-empty"
|
||||
onTriggered: {
|
||||
print("delete this!")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue