diff --git a/qutebrowser/widgets/__init__.py b/qutebrowser/widgets/__init__.py
index 8e54092c4..eaf456872 100644
--- a/qutebrowser/widgets/__init__.py
+++ b/qutebrowser/widgets/__init__.py
@@ -19,20 +19,20 @@ class CrashDialog(QDialog):
vbox = QVBoxLayout()
lbl = QLabel(self)
- #lbl.setGeometry(5, 5, 395, 295)
lbl.setText(
'Argh! qutebrowser crashed unexpectedly.
'
'Please review the info below to remove sensitive data and then '
'submit it to '
- 'me@the-compiler.org.'
- '
You can click "Restore tabs" to attempt to reopen your '
- 'open pages.'
+ ''
+ 'qutebrowser@the-compiler.org.
'
+ 'You can click "Restore tabs" to attempt to reopen your '
+ 'open tabs.'
)
+ lbl.setWordWrap(True)
vbox.addWidget(lbl)
txt = QTextEdit(self)
txt.setReadOnly(True)
- #txt.setGeometry(5, 400, 395, 295)
txt.setText(
'==== Version info ====\n{}\n\n'.format(utils.version()) +
'==== Exception ====\n{}\n'.format(