Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py

changeset 945
8cd4d08fa9f6
parent 791
9ec2ac20e54e
child 1112
8a7d1b9d18db
--- a/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py	Fri Mar 11 08:55:14 2011 +0100
+++ b/Plugins/WizardPlugins/FontDialogWizard/FontDialogWizardDialog.py	Fri Mar 11 16:51:57 2011 +0100
@@ -14,6 +14,7 @@
 
 from .Ui_FontDialogWizardDialog import Ui_FontDialogWizardDialog
 
+
 class FontDialogWizardDialog(QDialog, Ui_FontDialogWizardDialog):
     """
     Class implementing the font dialog wizard dialog.
@@ -68,7 +69,7 @@
     @pyqtSlot()
     def on_fontButton_clicked(self):
         """
-        Private slot to handle the button press to select a font via a font selection 
+        Private slot to handle the button press to select a font via a font selection
         dialog.
         """
         if self.font is None:

eric ide

mercurial