diff options
author | Joakim Bygdell <j.bygdell@gmail.com> | 2017-07-14 15:41:00 +0200 |
---|---|---|
committer | Joakim Bygdell <j.bygdell@gmail.com> | 2017-07-14 15:41:04 +0200 |
commit | 9f3a5656010e6e6b3ad378de0f521837e0cad29e (patch) | |
tree | 0eca7bd49e9ce4aad27a18a952eee0718b166a5c | |
parent | 2f0873a7c131ac793906bba2fafe126945a7da8b (diff) | |
download | subsurface-9f3a5656010e6e6b3ad378de0f521837e0cad29e.tar.gz |
QML UI: Add right handle icon
This adds the right handle icon that is needed for the swipe list items not to report an error when activated.
Signed-off-by: Joakim Bygdell <j.bygdell@gmail.com>
-rw-r--r-- | mobile-widgets/qml/mobile-resources.qrc | 1 | ||||
-rwxr-xr-x | scripts/mobilecomponents.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index 6fd506219..de14c7c05 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -29,6 +29,7 @@ <file alias="icons/go-previous.svg">kirigami/icons/go-previous.svg</file> <file alias="icons/go-up.svg">kirigami/icons/go-up.svg</file> <file alias="icons/handle-left.svg">kirigami/icons/handle-left.svg</file> + <file alias="icons/handle-right.svg">kirigami/icons/handle-right.svg</file> <file alias="icons/distribute-horizontal-x.svg">kirigami/icons/distribute-horizontal-x.svg</file> <file alias="icons/document-edit.svg">kirigami/icons/document-edit.svg</file> <file alias="icons/document-save.svg">kirigami/icons/document-save.svg</file> diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 267b44515..15a6613d7 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -67,6 +67,7 @@ cp $BREEZE/icons/actions/22/gps.svg $MC/icons cp $BREEZE/icons/actions/24/trash-empty.svg $MC/icons cp $BREEZE/icons/actions/24/list-add.svg $MC/icons cp $BREEZE/icons/actions/22/handle-left.svg $MC/icons +cp $BREEZE/icons/actions/22/handle-right.svg $MC/icons # kirigami now needs the breeze-icons internally as well pushd $MC |