eric6/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py

changeset 8218
7c09585bd960
parent 8151
8c1445825e7b
child 8234
fcb6b4b96274
equal deleted inserted replaced
8217:385f60c94548 8218:7c09585bd960
47 """ 47 """
48 Constructor 48 Constructor
49 49
50 @param lexers reference to the lexers dictionary 50 @param lexers reference to the lexers dictionary
51 """ 51 """
52 super(EditorHighlightingStylesPage, self).__init__() 52 super().__init__()
53 self.setupUi(self) 53 self.setupUi(self)
54 self.setObjectName("EditorHighlightingStylesPage") 54 self.setObjectName("EditorHighlightingStylesPage")
55 55
56 self.defaultSubstylesButton.setIcon(UI.PixmapCache.getIcon("editUndo")) 56 self.defaultSubstylesButton.setIcon(UI.PixmapCache.getIcon("editUndo"))
57 self.addSubstyleButton.setIcon(UI.PixmapCache.getIcon("plus")) 57 self.addSubstyleButton.setIcon(UI.PixmapCache.getIcon("plus"))

eric ide

mercurial