Skip to content

Commit cb450fb

Browse files
authoredOct 17, 2017
Merge pull request #5391 from tomkralidis/issue-11732
[MetaSearch] update plugin icon (fixes #11732) [needs-docs]
2 parents 9fdd060 + 92e5de9 commit cb450fb

File tree

4 files changed

+352
-2
lines changed

4 files changed

+352
-2
lines changed
 
-755 Bytes
Binary file not shown.

‎python/plugins/MetaSearch/images/MetaSearch.svg

Lines changed: 350 additions & 0 deletions
Loading

‎python/plugins/MetaSearch/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ about=MetaSearch is a QGIS plugin to interact with metadata catalog services, su
55
category=Web
66
version=0.3.5
77
qgisMinimumVersion=2.14
8-
icon=images/MetaSearch.png
8+
icon=images/MetaSearch.svg
99
author=Tom Kralidis
1010
email=tomkralidis@gmail.com
1111
tags=web,catalog,service,metadata,csw

‎python/plugins/MetaSearch/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def initGui(self):
5656

5757
# run
5858
run_icon = QIcon('%s/%s' % (self.context.ppath,
59-
'images/MetaSearch.png'))
59+
'images/MetaSearch.svg'))
6060
self.action_run = QAction(run_icon, 'MetaSearch',
6161
self.iface.mainWindow())
6262
self.action_run.setWhatsThis(QCoreApplication.translate('MetaSearch',

0 commit comments

Comments
 (0)
Please sign in to comment.