--- a/Graphics/UMLGraphicsView.py Sat Oct 19 13:03:39 2013 +0200 +++ b/Graphics/UMLGraphicsView.py Sat Oct 19 14:05:26 2013 +0200 @@ -306,7 +306,7 @@ rect = self._getDiagramRect(10) sceneRect = self.scene().sceneRect() dlg = UMLSceneSizeDialog(sceneRect.width(), sceneRect.height(), - rect.width(), rect.height(), self) + rect.width(), rect.height(), self) if dlg.exec_() == QDialog.Accepted: width, height = dlg.getData() self.setSceneSize(width, height) @@ -358,7 +358,7 @@ self.trUtf8("Save Diagram"), self.trUtf8( """<p>The file <b>{0}</b> could not be saved.</p>""") - .format(fname)) + .format(fname)) def __relayout(self): """