eric7/QScintilla/Editor.py

branch
eric7
changeset 8500
e7814dd19115
parent 8498
3d3b31f16846
child 8506
c64ee71cf27b
--- 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