mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
Improve icon theme integration
This commit is contained in:
parent
f510852cd7
commit
02dcfb2763
4 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ MainWindow::MainWindow(QWidget *parent, QStringList torrentCmdLine) : QMainWindo
|
|||
actionSet_download_limit->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/download.png")));
|
||||
actionSet_global_upload_limit->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/seeding.png")));
|
||||
actionSet_global_download_limit->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/download.png")));
|
||||
actionCreate_torrent->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/new.png")));
|
||||
actionCreate_torrent->setIcon(misc::getIcon("document-edit"));
|
||||
actionAbout->setIcon(misc::getIcon("help-about"));
|
||||
actionBugReport->setIcon(misc::getIcon("tools-report-bug"));
|
||||
actionDecreasePriority->setIcon(misc::getIcon("go-down"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue