diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-04-01 22:30:28 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-04-01 22:31:23 -0500 |
commit | 7d62ce5295570f1aa3af09c6f4d89d1f9d5c2c62 (patch) | |
tree | e49dd8374e15dcea54d399229b783a3b2cec4741 /scripts | |
parent | 9b1d142f3a75c39ca65e7ccdf5d1716d9e3936fd (diff) | |
download | subsurface-7d62ce5295570f1aa3af09c6f4d89d1f9d5c2c62.tar.gz |
QML UI: add an "add" icon
Again, proudly borrowing from the breeze icon set.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'scripts')
-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 7300ca2bd..7f589309c 100755 --- a/scripts/mobilecomponents.sh +++ b/scripts/mobilecomponents.sh @@ -65,5 +65,6 @@ cp $BREEZE/icons/actions/16/view-readermode.svg $MC/icons cp $BREEZE/icons/actions/24/application-menu.svg $MC/icons 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 echo org.kde.plasma.kirigami synced from upstream |