mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
COSMETIC: Use bigger alternative speed icon
This commit is contained in:
parent
45f0383ee2
commit
42f5cbf2a6
4 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
||||||
- COSMETIC: Replaced message box by on-screen notification for download errors
|
- COSMETIC: Replaced message box by on-screen notification for download errors
|
||||||
- COSMETIC: Improved the torrent creation tool appearance
|
- COSMETIC: Improved the torrent creation tool appearance
|
||||||
- COSMETIC: Use country flags by Mark James (Thanks to Dmytro Pukha)
|
- COSMETIC: Use country flags by Mark James (Thanks to Dmytro Pukha)
|
||||||
|
- COSMETIC: Use bigger alternative speed icon
|
||||||
- OTHERS: Dropped support for Qt <= 4.4
|
- OTHERS: Dropped support for Qt <= 4.4
|
||||||
|
|
||||||
* Tue Aug 24 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.4.0
|
* Tue Aug 24 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.4.0
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
@ -72,7 +72,8 @@ public:
|
||||||
dlSpeedLbl->setCursor(Qt::PointingHandCursor);
|
dlSpeedLbl->setCursor(Qt::PointingHandCursor);
|
||||||
|
|
||||||
altSpeedsBtn = new QPushButton();
|
altSpeedsBtn = new QPushButton();
|
||||||
altSpeedsBtn->setFixedWidth(22);
|
altSpeedsBtn->setFixedWidth(32);
|
||||||
|
altSpeedsBtn->setIconSize(QSize(32,32));
|
||||||
altSpeedsBtn->setFlat(true);
|
altSpeedsBtn->setFlat(true);
|
||||||
altSpeedsBtn->setFocusPolicy(Qt::NoFocus);
|
altSpeedsBtn->setFocusPolicy(Qt::NoFocus);
|
||||||
altSpeedsBtn->setCursor(Qt::PointingHandCursor);
|
altSpeedsBtn->setCursor(Qt::PointingHandCursor);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue