--- a/QScintilla/Editor.py Thu Jun 02 20:43:06 2011 +0200 +++ b/QScintilla/Editor.py Fri Jun 03 13:01:16 2011 +0200 @@ -248,7 +248,7 @@ self.dbreakpoint = \ self.markerDefine(UI.PixmapCache.getPixmap("breakDisabled.png")) self.bookmark = \ - self.markerDefine(UI.PixmapCache.getPixmap("bookmark.png")) + self.markerDefine(UI.PixmapCache.getPixmap("bookmark16.png")) self.syntaxerror = \ self.markerDefine(UI.PixmapCache.getPixmap("syntaxError.png")) self.notcovered = \