Browse Source

about_imp.h: Use larger qbt icon

Shrink title size
adaptive-webui-19844
Chocobo1 9 years ago
parent
commit
2fbb712f57
  1. 4
      src/gui/about_imp.h

4
src/gui/about_imp.h

@ -48,8 +48,8 @@ public: @@ -48,8 +48,8 @@ public:
setAttribute(Qt::WA_DeleteOnClose);
// Title & icon
logo->setPixmap(QPixmap(":/icons/skin/qbittorrent22.png"));
lb_name->setText("<b><h1>qBittorrent " VERSION "</h1></b>");
logo->setPixmap(QPixmap(":/icons/skin/qbittorrent32.png"));
lb_name->setText("<b><h2>qBittorrent " VERSION "</h2></b>");
// About
QString aboutText = QString(

Loading…
Cancel
Save