Preferences/ConfigurationPages/HelpAppearancePage.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3038
7fe9a53280bd
child 3145
a9de05d4a22f
--- a/Preferences/ConfigurationPages/HelpAppearancePage.py	Fri Nov 01 15:48:48 2013 +0100
+++ b/Preferences/ConfigurationPages/HelpAppearancePage.py	Sun Nov 03 15:58:22 2013 +0100
@@ -40,18 +40,18 @@
         # set initial values
         self.standardFont = Preferences.getHelp("StandardFont")
         self.standardFontSample.setFont(self.standardFont)
-        self.standardFontSample.setText("{0} {1}"\
+        self.standardFontSample.setText("{0} {1}"
             .format(self.standardFont.family(),
                     self.standardFont.pointSize()))
         
         self.fixedFont = Preferences.getHelp("FixedFont")
         self.fixedFontSample.setFont(self.fixedFont)
-        self.fixedFontSample.setText("{0} {1}"\
+        self.fixedFontSample.setText("{0} {1}"
             .format(self.fixedFont.family(),
                     self.fixedFont.pointSize()))
         
         self.initColour("SaveUrlColor", self.secureURLsColourButton,
-                         Preferences.getHelp)
+                        Preferences.getHelp)
         
         self.autoLoadImagesCheckBox.setChecked(
             Preferences.getHelp("AutoLoadImages"))

eric ide

mercurial