mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Add icon for georeference in preferences
It looks odd if one item is missing an icon. Thus suggesting (yet another) placeholder icon for the preferences dialog. Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c15c588ef9
commit
9102f23b42
3 changed files with 6 additions and 0 deletions
BIN
icons/georeference.png
Normal file
BIN
icons/georeference.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
|
@ -147,6 +147,11 @@
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Georeference</string>
|
<string>Georeference</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="icon">
|
||||||
|
<iconset>
|
||||||
|
<normalon>:/georeference</normalon>
|
||||||
|
</iconset>
|
||||||
|
</property>
|
||||||
</item>
|
</item>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -66,6 +66,7 @@
|
||||||
<file>icons/ostc3.png</file>
|
<file>icons/ostc3.png</file>
|
||||||
<file>icons/suunto_vyper.png</file>
|
<file>icons/suunto_vyper.png</file>
|
||||||
<file alias="facebook">icons/facebook.png</file>
|
<file alias="facebook">icons/facebook.png</file>
|
||||||
|
<file alias="georeference">icons/georeference.png</file>
|
||||||
<file alias="filter-reset">icons/edit-undo.svg</file>
|
<file alias="filter-reset">icons/edit-undo.svg</file>
|
||||||
<file alias="filter-hide">icons/go-top.svg</file>
|
<file alias="filter-hide">icons/go-top.svg</file>
|
||||||
<file alias="filter-close">icons/process-stop.svg</file>
|
<file alias="filter-close">icons/process-stop.svg</file>
|
||||||
|
|
Loading…
Reference in a new issue