1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-23 00:18:37 -05:00

Multi device support: sampling devices control tab widget border color update to match selected tab

This commit is contained in:
f4exb 2016-05-25 03:19:15 +02:00
parent e3e470102b
commit 25cb571721

View File

@ -107,7 +107,7 @@ MainWindow::MainWindow(QWidget* parent) :
ui->tabInputsSelect->setStyleSheet("QWidget { background: rgb(50,50,50); } "
"QToolButton::checked { background: rgb(128,70,0); } "
"QComboBox::item:selected { color: rgb(255,140,0); } "
"QTabWidget::pane { border: 1px solid #C06900; } "
"QTabWidget::pane { border: 1px solid #808080; } "
"QTabBar::tab:selected { background: rgb(100,100,100); }");
m_pluginManager = new PluginManager(this);