src/eric7/Preferences/ConfigurationPages/ShellPage.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10428
a071d4065202
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
131 """ 131 """
132 self.monospacedFontSample.setFont(self.monospacedFont) 132 self.monospacedFontSample.setFont(self.monospacedFont)
133 self.marginsFontSample.setFont(self.marginsFont) 133 self.marginsFontSample.setFont(self.marginsFont)
134 134
135 135
136 def create(dlg): 136 def create(dlg): # noqa: U100
137 """ 137 """
138 Module function to create the configuration page. 138 Module function to create the configuration page.
139 139
140 @param dlg reference to the configuration dialog 140 @param dlg reference to the configuration dialog
141 @return reference to the instantiated page (ConfigurationPageBase) 141 @return reference to the instantiated page (ConfigurationPageBase)

eric ide

mercurial