src/eric7/Preferences/ConfigurationPages/DiffColoursPage.py

branch
eric7
changeset 10683
779cda568acb
parent 10439
21c28b0f9e41
child 11090
f5f5f5803935
equal deleted inserted replaced
10682:47be220abdaf 10683:779cda568acb
195 self.__coloursDict["TextColor"][0].name(), colour.name() 195 self.__coloursDict["TextColor"][0].name(), colour.name()
196 ) 196 )
197 ) 197 )
198 198
199 199
200 def create(dlg): # noqa: U100 200 def create(_dlg):
201 """ 201 """
202 Module function to create the configuration page. 202 Module function to create the configuration page.
203 203
204 @param dlg reference to the configuration dialog 204 @param _dlg reference to the configuration dialog (unused)
205 @type ConfigurationDialog 205 @type ConfigurationDialog
206 @return reference to the instantiated page 206 @return reference to the instantiated page
207 @rtype ConfigurationPageBase 207 @rtype ConfigurationPageBase
208 """ 208 """
209 page = DiffColoursPage() 209 page = DiffColoursPage()

eric ide

mercurial