mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 11:49:01 +03:00
Use theme color for background in PropertiesWidget
This commit is contained in:
parent
421b45c553
commit
c6a6f85a5e
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
|||
PropertiesWidget::PropertiesWidget(QWidget *parent, MainWindow* main_window, TransferListWidget *transferList):
|
||||
QWidget(parent), transferList(transferList), main_window(main_window), m_torrent(0) {
|
||||
setupUi(this);
|
||||
setAutoFillBackground(true);
|
||||
|
||||
// Icons
|
||||
trackerUpButton->setIcon(GuiIconProvider::instance()->getIcon("go-up"));
|
||||
|
|
Loading…
Reference in a new issue