Hi,

Has anything changed regarding the way SVG icons are handled in QGIS 2.16 ?

My python plugin's toolbar doesn't display well anymore in QGIS 2.16 :
- QGIS 2.14 :

- QGIS 2.16 :


My SVGs are 64x64 pixels, and I add them to the toolbar using this code :
QIcon(os.path.join(pluginDir, 'icons/config.svg'))

Thanks for any hint.

--
Christophe


_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to