mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use icons relative path.
Icon paths are defined in one place only - application's embedded resources. Signed-off-by: Martin Měřinský <mermar@centrum.cz>
This commit is contained in:
parent
9cc0d04048
commit
0855f6f315
26 changed files with 51 additions and 51 deletions
|
@ -74,7 +74,7 @@
|
|||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../subsurface.qrc">
|
||||
<normaloff>:/filter-reset</normaloff>:/filter-reset</iconset>
|
||||
<normaloff>:filter-reset</normaloff>:filter-reset</iconset>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
|
@ -88,7 +88,7 @@
|
|||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../subsurface.qrc">
|
||||
<normaloff>:/filter-hide</normaloff>:/filter-hide</iconset>
|
||||
<normaloff>:filter-hide</normaloff>:filter-hide</iconset>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
|
@ -102,7 +102,7 @@
|
|||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../subsurface.qrc">
|
||||
<normaloff>:/filter-close</normaloff>:/filter-close</iconset>
|
||||
<normaloff>:filter-close</normaloff>:filter-close</iconset>
|
||||
</property>
|
||||
<property name="autoRaise">
|
||||
<bool>true</bool>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue