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>
This commit is contained in:
Dirk Hohndel 2017-07-08 10:05:21 -07:00
parent d5793ea6af
commit b1f4a2975f
4 changed files with 19 additions and 3 deletions

View file

@ -328,7 +328,7 @@ Kirigami.ScrollablePage {
}
property QtObject downloadFromDCAction: Kirigami.Action {
iconName: "document-import"
iconName: "downloadDC"
onTriggered: {
downloadFromDc.dcImportModel.clearTable()
stackView.push(downloadFromDc)