- Fixed layout again for about

This commit is contained in:
Christophe Dumez
2007-08-02 18:20:13 +00:00
parent b2eec9a765
commit 2589d4e682
2 changed files with 28 additions and 40 deletions

View File

@@ -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("<b><h1>"+tr("qBittorrent")+" "VERSION"</h1></b>");