mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
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:
parent
476670cb8d
commit
ea5221bcf0
3 changed files with 2 additions and 1 deletions
BIN
mobile-widgets/qml/icons/mapmarker-selected.png
Normal file
BIN
mobile-widgets/qml/icons/mapmarker-selected.png
Normal file
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 |
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue