Changed the completion list icon sizes back to 22x22. eric7

Fri, 30 Jul 2021 17:40:58 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 30 Jul 2021 17:40:58 +0200
branch
eric7
changeset 8500
e7814dd19115
parent 8499
51e72524ccbf
child 8501
7b5f10581c35

Changed the completion list icon sizes back to 22x22.

eric7/QScintilla/Editor.py file | annotate | diff | comparison | revisions
--- a/eric7/QScintilla/Editor.py	Fri Jul 30 15:32:25 2021 +0200
+++ b/eric7/QScintilla/Editor.py	Fri Jul 30 17:40:58 2021 +0200
@@ -591,7 +591,7 @@
         Private method to register images for autocompletion lists.
         """
         # finale size of the completion images
-        imageSize = QSize(16, 16)
+        imageSize = QSize(22, 22)
         
         self.registerImage(
             self.ClassID,

eric ide

mercurial