Browse Source

Use theme color for background in PropertiesWidget

adaptive-webui-19844
Chocobo1 9 years ago
parent
commit
c6a6f85a5e
  1. 1
      src/gui/properties/propertieswidget.cpp

1
src/gui/properties/propertieswidget.cpp

@ -66,6 +66,7 @@ @@ -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…
Cancel
Save