diff --git a/src/about.ui b/src/about.ui index e719102c2..0d319a9cf 100644 --- a/src/about.ui +++ b/src/about.ui @@ -26,22 +26,22 @@ About qBittorrent - - 11 - - - 6 - - - 11 - - - 6 - + + + 22 + 22 + + + + + 22 + 22 + + @@ -50,9 +50,7 @@ - - 0 - 0 + 0 0 @@ -65,6 +63,19 @@ + + + + Qt::Horizontal + + + + 40 + 20 + + + + @@ -99,9 +110,7 @@ - - 0 - 0 + 0 0 @@ -125,18 +134,12 @@ Copyright © 2006 by Christophe Dumez<br> Author - - 11 - 6 - - 11 - 6 @@ -158,9 +161,6 @@ Copyright © 2006 by Christophe Dumez<br> - - 11 - 6 @@ -292,9 +292,6 @@ Copyright © 2006 by Christophe Dumez<br> - - 11 - 6 @@ -365,9 +362,6 @@ Copyright © 2006 by Christophe Dumez<br> Thanks To - - 11 - 6 @@ -381,9 +375,6 @@ Copyright © 2006 by Christophe Dumez<br> Translation - - 11 - 6 @@ -401,9 +392,6 @@ Copyright © 2006 by Christophe Dumez<br> License - - 11 - 6 diff --git a/src/about_imp.h b/src/about_imp.h index 4d44c558e..16a146b66 100644 --- a/src/about_imp.h +++ b/src/about_imp.h @@ -33,7 +33,7 @@ class about : public QDialog, private Ui::AboutDlg{ setupUi(this); setAttribute(Qt::WA_DeleteOnClose); // Set icons - logo->setPixmap(QPixmap(QString::fromUtf8(":/Icons/qbittorrent32.png"))); + logo->setPixmap(QPixmap(QString::fromUtf8(":/Icons/qbittorrent22.png"))); mascot_lbl->setPixmap(QPixmap(QString::fromUtf8(":/Icons/mascot.png"))); //Title lb_name->setText("

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

");