diff options
author | Martin Měřinský <mermar@centrum.cz> | 2017-11-28 08:37:01 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-30 23:14:46 -0800 |
commit | 0855f6f31577789888aa6d9b955c1bc46ed34d40 (patch) | |
tree | e1f55758e3982a3dea0a3966536843cbed84afc5 /desktop-widgets/locationInformation.ui | |
parent | 9cc0d04048e0c50e82525fde476345c8f951b0e7 (diff) | |
download | subsurface-0855f6f31577789888aa6d9b955c1bc46ed34d40.tar.gz |
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>
Diffstat (limited to 'desktop-widgets/locationInformation.ui')
-rw-r--r-- | desktop-widgets/locationInformation.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop-widgets/locationInformation.ui b/desktop-widgets/locationInformation.ui index 24b7977e4..9103bbc1f 100644 --- a/desktop-widgets/locationInformation.ui +++ b/desktop-widgets/locationInformation.ui @@ -77,7 +77,7 @@ </property> <property name="icon"> <iconset> - <normaloff>:/satellite</normaloff>:/satellite</iconset> + <normaloff>:satellite</normaloff>:satellite</iconset> </property> </widget> </item> @@ -166,7 +166,7 @@ </property> <property name="icon"> <iconset resource="../subsurface.qrc"> - <normaloff>:/mapwidget-marker-selected</normaloff>:/mapwidget-marker-selected</iconset> + <normaloff>:mapwidget-marker-selected</normaloff>:mapwidget-marker-selected</iconset> </property> </widget> </item> |