From c6a6f85a5eca0d2a6c89405b29223af29968425c Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Wed, 1 Jul 2015 01:17:51 +0800 Subject: [PATCH] Use theme color for background in PropertiesWidget --- src/gui/properties/propertieswidget.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gui/properties/propertieswidget.cpp b/src/gui/properties/propertieswidget.cpp index 59f60c96b..663d0c9b0 100644 --- a/src/gui/properties/propertieswidget.cpp +++ b/src/gui/properties/propertieswidget.cpp @@ -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"));