mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
mobile: adapt resource names
With the new Kirigami the URI for the backwards and forwards arrows apparently changed. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fb3d1b3073
commit
6043b223cb
1 changed files with 2 additions and 2 deletions
4
mobile-widgets/3rdparty/icons.qrc
vendored
4
mobile-widgets/3rdparty/icons.qrc
vendored
|
@ -1,8 +1,8 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<!-- ********** Breeze icons that we use (directly or through Kirigami) ********** -->
|
||||
<file alias="/org/kde/kirigami/templates/private/go-next-symbolic">breeze-icons/icons/actions/24/go-next.svg</file>
|
||||
<file alias="/org/kde/kirigami/templates/private/go-previous-symbolic">breeze-icons/icons/actions/24/go-previous.svg</file>
|
||||
<file alias="/org/kde/kirigami.2/templates/private/go-next-symbolic">breeze-icons/icons/actions/24/go-next.svg</file>
|
||||
<file alias="/org/kde/kirigami.2/templates/private/go-previous-symbolic">breeze-icons/icons/actions/24/go-previous.svg</file>
|
||||
<file alias="go-next-symbolic">breeze-icons/icons/actions/24/go-next.svg</file>
|
||||
<file alias="go-previous-symbolic">breeze-icons/icons/actions/24/go-previous.svg</file>
|
||||
<file alias="icons/application-menu.svg">breeze-icons/icons/actions/24/application-menu.svg</file>
|
||||
|
|
Loading…
Reference in a new issue