--- a/Graphics/UMLSceneSizeDialog.py Fri Mar 11 08:55:14 2011 +0100 +++ b/Graphics/UMLSceneSizeDialog.py Fri Mar 11 16:51:57 2011 +0100 @@ -16,7 +16,7 @@ """ Class implementing a dialog to set the scene sizes. """ - def __init__(self, w, h, minW, minH, parent = None, name = None): + def __init__(self, w, h, minW, minH, parent=None, name=None): """ Constructor