diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-08 10:05:21 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-08 10:29:10 -0700 |
commit | b1f4a2975f7b073927cda4e44af2ee74f9aba0f2 (patch) | |
tree | 1103e86752c4ea9cbee3a23567ac01d988d3c7cc /mobile-widgets/qml/DiveList.qml | |
parent | d5793ea6af5190420844ea06352f53e251352d99 (diff) | |
download | subsurface-b1f4a2975f7b073927cda4e44af2ee74f9aba0f2.tar.gz |
QML UI: better icon for download from dive computer
Thanks to Davide for paying for professional icon design.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/DiveList.qml')
-rw-r--r-- | mobile-widgets/qml/DiveList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile-widgets/qml/DiveList.qml b/mobile-widgets/qml/DiveList.qml index 75c9587dc..138eaf7c4 100644 --- a/mobile-widgets/qml/DiveList.qml +++ b/mobile-widgets/qml/DiveList.qml @@ -328,7 +328,7 @@ Kirigami.ScrollablePage { } property QtObject downloadFromDCAction: Kirigami.Action { - iconName: "document-import" + iconName: "downloadDC" onTriggered: { downloadFromDc.dcImportModel.clearTable() stackView.push(downloadFromDc) |