mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 22:18:05 -06:00
Use theme color for background in PropertiesWidget
This commit is contained in:
@@ -66,6 +66,7 @@
|
|||||||
PropertiesWidget::PropertiesWidget(QWidget *parent, MainWindow* main_window, TransferListWidget *transferList):
|
PropertiesWidget::PropertiesWidget(QWidget *parent, MainWindow* main_window, TransferListWidget *transferList):
|
||||||
QWidget(parent), transferList(transferList), main_window(main_window), m_torrent(0) {
|
QWidget(parent), transferList(transferList), main_window(main_window), m_torrent(0) {
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
|
setAutoFillBackground(true);
|
||||||
|
|
||||||
// Icons
|
// Icons
|
||||||
trackerUpButton->setIcon(GuiIconProvider::instance()->getIcon("go-up"));
|
trackerUpButton->setIcon(GuiIconProvider::instance()->getIcon("go-up"));
|
||||||
|
|||||||
Reference in New Issue
Block a user