diff options
author | Miika Turkia <miika.turkia@gmail.com> | 2015-09-24 07:11:14 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-09-23 21:58:23 -0700 |
commit | 9102f23b424ea6b7c1734dce4d7712d69b9d5f80 (patch) | |
tree | 3a5a7c885b7cd1dc016839a18c655a024f78fb0e /qt-ui | |
parent | c15c588ef92a6daeded5893540007e7fd31982b0 (diff) | |
download | subsurface-9102f23b424ea6b7c1734dce4d7712d69b9d5f80.tar.gz |
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>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/preferences.ui | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index a45734d01..403e52164 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -147,6 +147,11 @@ <property name="text"> <string>Georeference</string> </property> + <property name="icon"> + <iconset> + <normalon>:/georeference</normalon> + </iconset> + </property> </item> </widget> </item> |