diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-01-08 23:16:19 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-01-08 23:16:19 -0800 |
commit | f61b83301ae6ba40dadb0dc3b18ff6a6ce923ddf (patch) | |
tree | eda5ad30de235a5e692de35f73014719fa77466f /qt-mobile/qml/mobile-resources.qrc | |
parent | 249a2c2c0907fd0444b5c926ff8c965c6fb3776a (diff) | |
download | subsurface-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/mobile-resources.qrc')
-rw-r--r-- | qt-mobile/qml/mobile-resources.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-mobile/qml/mobile-resources.qrc b/qt-mobile/qml/mobile-resources.qrc index d361ce420..452cf1391 100644 --- a/qt-mobile/qml/mobile-resources.qrc +++ b/qt-mobile/qml/mobile-resources.qrc @@ -48,5 +48,6 @@ <file alias="org/kde/plasma/mobilecomponents/icons/view-readermode.svg">mobilecomponents/icons/view-readermode.svg</file> <file alias="org/kde/plasma/mobilecomponents/icons/dialog-cancel.svg">mobilecomponents/icons/dialog-cancel.svg</file> <file alias="org/kde/plasma/mobilecomponents/icons/application-menu.svg">mobilecomponents/icons/application-menu.svg</file> + <file alias="org/kde/plasma/mobilecomponents/icons/trash-empty.svg">mobilecomponents/icons/trash-empty.svg</file> </qresource> </RCC> |