--- a/Helpviewer/Download/DownloadAskActionDialog.py Wed Mar 12 19:54:14 2014 +0100 +++ b/Helpviewer/Download/DownloadAskActionDialog.py Thu Mar 13 19:21:25 2014 +0100 @@ -37,6 +37,9 @@ if not Preferences.getHelp("VirusTotalEnabled") or \ Preferences.getHelp("VirusTotalServiceKey") == "": self.scanButton.setHidden(True) + + msh = self.minimumSizeHint() + self.resize(max(self.width(), msh.width()), msh.height()) def getAction(self): """