Preferences/ConfigurationPages/EditorExportersPage.py

branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 3010
befeff46ec0f
child 3058
0a02c433f52d
--- a/Preferences/ConfigurationPages/EditorExportersPage.py	Tue Oct 15 22:03:54 2013 +0200
+++ b/Preferences/ConfigurationPages/EditorExportersPage.py	Fri Oct 18 23:00:41 2013 +0200
@@ -133,7 +133,8 @@
         Preferences.setEditorExporter("PDF/Font",
             self.pdfFontCombo.itemData(self.pdfFontCombo.currentIndex()))
         Preferences.setEditorExporter("PDF/PageSize",
-            self.pdfPageSizeCombo.itemData(self.pdfPageSizeCombo.currentIndex()))
+            self.pdfPageSizeCombo.itemData(
+                self.pdfPageSizeCombo.currentIndex()))
         Preferences.setEditorExporter("PDF/MarginTop",
             self.pdfMarginTopSpin.value())
         Preferences.setEditorExporter("PDF/MarginBottom",
@@ -185,6 +186,7 @@
     Module function to create the configuration page.
     
     @param dlg reference to the configuration dialog
+    @return reference to the instantiated page (ConfigurationPageBase)
     """
     page = EditorExportersPage()
     return page

eric ide

mercurial