mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
249a2c2c09
commit
f61b83301a
3 changed files with 3 additions and 1 deletions
|
@ -88,7 +88,7 @@ MobileComponents.Page {
|
||||||
}
|
}
|
||||||
actions: [
|
actions: [
|
||||||
Action {
|
Action {
|
||||||
iconName: "dialog-cancel"
|
iconName: "trash-empty"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
print("delete this!")
|
print("delete this!")
|
||||||
}
|
}
|
||||||
|
|
|
@ -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/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/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/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>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
|
|
@ -52,5 +52,6 @@ cp $BREEZE/icons/actions/24/go-next.svg $MC/icons
|
||||||
cp $BREEZE/icons/actions/24/go-previous.svg $MC/icons
|
cp $BREEZE/icons/actions/24/go-previous.svg $MC/icons
|
||||||
cp $BREEZE/icons/actions/16/view-readermode.svg $MC/icons
|
cp $BREEZE/icons/actions/16/view-readermode.svg $MC/icons
|
||||||
cp $BREEZE/icons/actions/24/application-menu.svg $MC/icons
|
cp $BREEZE/icons/actions/24/application-menu.svg $MC/icons
|
||||||
|
cp $BREEZE/icons/actions/24/trash-empty.svg $MC/icons
|
||||||
|
|
||||||
echo org.kde.plasma.mobilecomponents synced from upstream
|
echo org.kde.plasma.mobilecomponents synced from upstream
|
||||||
|
|
Loading…
Reference in a new issue