diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Graphics/UMLSceneSizeDialog.py --- 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