diff --git a/src/about_imp.h b/src/about_imp.h index bae0e9778..4d44c558e 100644 --- a/src/about_imp.h +++ b/src/about_imp.h @@ -38,10 +38,13 @@ class about : public QDialog, private Ui::AboutDlg{ //Title lb_name->setText("

"+tr("qBittorrent")+" "VERSION"

"); // Thanks + te_thanks->append(""); te_thanks->append("

")); + te_thanks->scrollToAnchor("top"); // Translation te_translation->append(""); te_translation->append(tr("I would like to thank the following people who volunteered to translate qBittorrent:")+"
");