diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 14:04:52 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-29 14:05:07 -0800 |
commit | fd9c905ba357a37fe13338600bbc2b669c867f6f (patch) | |
tree | 55134736ff3b361de269a78aa93a1e8fa66dc009 /desktop-widgets/locationInformation.ui | |
parent | 2747056889c6e003880201998353e28591faab62 (diff) | |
download | subsurface-fd9c905ba357a37fe13338600bbc2b669c867f6f.tar.gz |
Revert "Use icons relative path."
This reverts commit b0d98f6e269be9560de1b9c140855c85fecf1dd1.
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 9103bbc1f..24b7977e4 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> |