Preferences/ConfigurationPages/InterfacePage.py

changeset 564
b3d966393ba9
parent 405
374066392929
child 791
9ec2ac20e54e
diff -r e35d2cda9a74 -r b3d966393ba9 Preferences/ConfigurationPages/InterfacePage.py
--- a/Preferences/ConfigurationPages/InterfacePage.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Preferences/ConfigurationPages/InterfacePage.py	Sat Sep 04 19:51:48 2010 +0200
@@ -57,7 +57,7 @@
         
         self.uiCaptionShowsFilenameGroupBox.setChecked(
             Preferences.getUI("CaptionShowsFilename"))
-        self.filenameLengthSpinBox.setValue(\
+        self.filenameLengthSpinBox.setValue(
             Preferences.getUI("CaptionFilenameLength"))
         self.styleSheetEdit.setText(Preferences.getUI("StyleSheet"))
         
@@ -247,7 +247,7 @@
         """
         Private method to select the style sheet file via a dialog.
         """
-        file = QFileDialog.getOpenFileName(\
+        file = QFileDialog.getOpenFileName(
             self,
             self.trUtf8("Select style sheet file"),
             self.styleSheetEdit.text(),
@@ -280,4 +280,4 @@
     @param dlg reference to the configuration dialog
     """
     page = InterfacePage()
-    return page
+    return page
\ No newline at end of file

eric ide

mercurial