diff --git a/aqt/about.py b/aqt/about.py index d3f4bf71b..e2f33402a 100644 --- a/aqt/about.py +++ b/aqt/about.py @@ -24,7 +24,9 @@ def show(mw): mw.setupDialogGC(dialog) abt = aqt.forms.about.Ui_About() abt.setupUi(dialog) - abouttext = "
' + _("Anki is a friendly, intelligent spaced learning \ system. It's free and open source.") abouttext += "
"+_("Anki is licensed under the AGPL3 license. Please see " @@ -125,9 +127,14 @@ 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.stdHtml(abouttext, js=" ") - def resizeAndShow(arg): - dialog.adjustSize() - dialog.show() - abt.label.evalWithCallback("1", resizeAndShow) + abouttext += "