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 /scripts/mobilecomponents.sh | |
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>
Diffstat (limited to 'scripts/mobilecomponents.sh')
-rwxr-xr-x | scripts/mobilecomponents.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |