diff --git a/CenIsere_AUTOMAP/CenIsere_AutoMap.py b/CenIsere_AUTOMAP/CenIsere_AutoMap.py index 149e120e..1d6218a7 100644 --- a/CenIsere_AUTOMAP/CenIsere_AutoMap.py +++ b/CenIsere_AUTOMAP/CenIsere_AutoMap.py @@ -64,7 +64,7 @@ class PgAutoMap: self.toolBar = iface.addToolBar("CenIsere_AutoMap") self.toolBar.setObjectName("CenIsere_AutoMap") - icon = QIcon(resources_path('icons', 'icon.svg')) + icon = QIcon(resources_path('icons', 'icon.png')) # Open the online help self.help_action = QAction(icon, 'CenIsere_AutoMap', iface.mainWindow()) diff --git a/CenIsere_AUTOMAP/icon.png b/CenIsere_AUTOMAP/icon.png new file mode 100644 index 00000000..9ee9a8c9 Binary files /dev/null and b/CenIsere_AUTOMAP/icon.png differ diff --git a/CenIsere_AUTOMAP/icon.svg b/CenIsere_AUTOMAP/icon.svg deleted file mode 100644 index b657470d..00000000 Binary files a/CenIsere_AUTOMAP/icon.svg and /dev/null differ diff --git a/CenIsere_AUTOMAP/metadata.txt b/CenIsere_AUTOMAP/metadata.txt index 41ac8cd2..9df597a8 100644 --- a/CenIsere_AUTOMAP/metadata.txt +++ b/CenIsere_AUTOMAP/metadata.txt @@ -28,7 +28,7 @@ tags=python category=Plugins -icon=icon.svg +icon=icon.png # experimental flag experimental=False