From 863356badb778d937b00159b851c8569d2028bd5 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 18 Apr 2011 06:28:42 +0900 Subject: [PATCH] fix about --- aqt/about.py | 2 +- aqt/main.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/aqt/about.py b/aqt/about.py index 1987e924b..ae4c62ac6 100644 --- a/aqt/about.py +++ b/aqt/about.py @@ -38,6 +38,6 @@ please get in touch.") abouttext += '

' + _("A big thanks to all the people who have provided \ suggestions, bug reports and donations.") abt.label.setText(abouttext) - dialog.show() dialog.adjustSize() + dialog.show() dialog.exec_() diff --git a/aqt/main.py b/aqt/main.py index 51dbf73be..b2dc6185a 100755 --- a/aqt/main.py +++ b/aqt/main.py @@ -719,6 +719,7 @@ Debug info:\n%s""") % traceback.format_exc(), help="DeckErrors") aqt.preferences.Preferences(self) def onAbout(self): + import aqt.about aqt.about.show(self) def onDonate(self):