Preferences/ConfigurationPages/EditorCalltipsPage.py

changeset 564
b3d966393ba9
parent 13
1af94a91f439
child 791
9ec2ac20e54e
--- a/Preferences/ConfigurationPages/EditorCalltipsPage.py	Sat Sep 04 19:51:19 2010 +0200
+++ b/Preferences/ConfigurationPages/EditorCalltipsPage.py	Sat Sep 04 19:51:48 2010 +0200
@@ -27,10 +27,10 @@
         self.setObjectName("EditorCalltipsPage")
         
         # set initial values
-        self.ctEnabledCheckBox.setChecked(\
+        self.ctEnabledCheckBox.setChecked(
             Preferences.getEditor("CallTipsEnabled"))
         
-        self.ctVisibleSlider.setValue(\
+        self.ctVisibleSlider.setValue(
             Preferences.getEditor("CallTipsVisible"))
         self.callTipsBackgroundColour = \
             self.initColour("CallTipsBackground", self.calltipsBackgroundButton, 
@@ -69,4 +69,4 @@
     @param dlg reference to the configuration dialog
     """
     page = EditorCalltipsPage()
-    return page
+    return page
\ No newline at end of file

eric ide

mercurial