diff --git a/aqt/about.py b/aqt/about.py index d3f4bf71b..0427d22d9 100644 --- a/aqt/about.py +++ b/aqt/about.py @@ -125,9 +125,8 @@ system. It's free and open source.") please get in touch.") abouttext += '
' + _("A big thanks to all the people who have provided \ suggestions, bug reports and donations.") + abt.label.setMinimumWidth(800) + abt.label.setMinimumHeight(600) + dialog.show() abt.label.stdHtml(abouttext, js=" ") - def resizeAndShow(arg): - dialog.adjustSize() - dialog.show() - abt.label.evalWithCallback("1", resizeAndShow) return dialog