From 6578588ad98afc31dbde386c623a1f576f5229bb Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 9 Oct 2017 21:09:54 -0700 Subject: [PATCH] QML UI: add missing icon Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/mobile-resources.qrc | 2 ++ scripts/mobilecomponents.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/mobile-widgets/qml/mobile-resources.qrc b/mobile-widgets/qml/mobile-resources.qrc index d989a5ac1..6bc667742 100644 --- a/mobile-widgets/qml/mobile-resources.qrc +++ b/mobile-widgets/qml/mobile-resources.qrc @@ -42,6 +42,7 @@ kirigami/icons/gps.svg kirigami/icons/trash-empty.svg kirigami/icons/list-add.svg + kirigami/icons/overflow-menu.svg ../../icons/button-download-dc_icon.svg ../../icons/button-download-dc-black_icon.svg icons/ic_home_24px.svg @@ -66,5 +67,6 @@ icons/Blue_gps.svg icons/ic_star_black_24px.svg icons/ic_star_border_black_24px.svg + diff --git a/scripts/mobilecomponents.sh b/scripts/mobilecomponents.sh index 04f2a2c6b..3fd01b683 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -68,6 +68,7 @@ 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 +cp $BREEZE/icons/actions/22/overflow-menu.svg $MC/icons # kirigami now needs the breeze-icons internally as well pushd $MC