CURA-4451 Minor changes

This commit is contained in:
Diego Prado Gesto 2017-10-26 16:53:31 +02:00
parent 524ace9b04
commit b9c318d432
3 changed files with 2 additions and 10 deletions

View file

@ -75,7 +75,6 @@ class CrashHandler:
## Creates a modal dialog.
def _createDialog(self):
self.dialog = QDialog()
self.dialog.setMinimumWidth(640)
self.dialog.setMinimumHeight(640)
self.dialog.setWindowTitle(catalog.i18nc("@title:window", "Crash Report"))