summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/GpsList.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-08 23:16:19 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-01-08 23:16:19 -0800
commitf61b83301ae6ba40dadb0dc3b18ff6a6ce923ddf (patch)
treeeda5ad30de235a5e692de35f73014719fa77466f /qt-mobile/qml/GpsList.qml
parent249a2c2c0907fd0444b5c926ff8c965c6fb3776a (diff)
downloadsubsurface-f61b83301ae6ba40dadb0dc3b18ff6a6ce923ddf.tar.gz
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>
Diffstat (limited to 'qt-mobile/qml/GpsList.qml')
-rw-r--r--qt-mobile/qml/GpsList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-mobile/qml/GpsList.qml b/qt-mobile/qml/GpsList.qml
index 24b389b23..0dfa54c91 100644
--- a/qt-mobile/qml/GpsList.qml
+++ b/qt-mobile/qml/GpsList.qml
@@ -88,7 +88,7 @@ MobileComponents.Page {
}
actions: [
Action {
- iconName: "dialog-cancel"
+ iconName: "trash-empty"
onTriggered: {
print("delete this!")
}