eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py

changeset 8188
bfa6c0969acf
parent 8166
bd5cd5858503
child 8206
adf11836cfce
diff -r 7bfee4d12551 -r bfa6c0969acf eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py
--- a/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py	Thu Apr 01 17:22:48 2021 +0200
+++ b/eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py	Thu Apr 01 17:23:35 2021 +0200
@@ -98,6 +98,8 @@
             itm.setIcon(1, UI.PixmapCache.getIcon("securityLow"))
         elif code.startswith("P"):
             itm.setIcon(1, UI.PixmapCache.getIcon("dirClosed"))
+        elif code.startswith("Y"):
+            itm.setIcon(1, UI.PixmapCache.getIcon("filePython"))
         
         itm.setTextAlignment(
             0, Qt.AlignmentFlag.AlignRight | Qt.AlignmentFlag.AlignVCenter)

eric ide

mercurial