qrc: use a separate image for the selected and unselected markers

The image for the unselected marker is now a slightly darker flag.
Same behaviour as the current Marble implementation.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-07-18 23:16:10 +03:00 committed by Dirk Hohndel
parent 476670cb8d
commit ea5221bcf0
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -1,7 +1,8 @@
<RCC>
<qresource prefix="/">
<file alias="mapwidget-qml">mobile-widgets/qml/MapWidget.qml</file>
<file alias="mapwidget-marker-image">mobile-widgets/qml/icons/mapmarker.png</file>
<file alias="mapwidget-marker">mobile-widgets/qml/icons/mapmarker.png</file>
<file alias="mapwidget-marker-selected">mobile-widgets/qml/icons/mapmarker-selected.png</file>
<file alias="star">icons/star.svg</file>
<file alias="subsurface-icon">icons/subsurface-icon.png</file>
<file alias="subsurface-mobile-icon">icons/subsurface-mobile-icon.png</file>