Changed the completion list icon sizes back to 22x22.

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

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 30 Jul 2021 17:40:58 +0200
changeset 8502
c600634511d0
parent 8494
be0f160a3cdb
child 8509
df6e76de4cd0

Changed the completion list icon sizes back to 22x22.
(grafted from e7814dd1911580ca39729f374a567cf4ee4c764b)

eric6/QScintilla/Editor.py file | annotate | diff | comparison | revisions
--- a/eric6/QScintilla/Editor.py	Fri Jul 30 13:44:39 2021 +0200
+++ b/eric6/QScintilla/Editor.py	Fri Jul 30 17:40:58 2021 +0200
@@ -586,7 +586,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