mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-17 13:51:47 -05:00
Multi device support: fixed selected button switch color
This commit is contained in:
parent
8a6cf3374e
commit
a4a8b47608
@ -97,8 +97,8 @@ MainWindow::MainWindow(QWidget* parent) :
|
||||
ui->menu_Window->addAction(ui->presetDock->toggleViewAction());
|
||||
ui->menu_Window->addAction(ui->channelDock->toggleViewAction());
|
||||
|
||||
//ui->tabInputsVoew->setStyleSheet("background-color: rgb(46,46,46)");
|
||||
ui->tabInputsView->setStyleSheet("QWidget { background: rgb(46,46,46); }");
|
||||
//ui->tabInputsView->setStyleSheet("QWidget { background: rgb(46,46,46); }");
|
||||
ui->tabInputsView->setStyleSheet("QWidget { background: rgb(46,46,46); } QToolButton::checked { background: rgb(128,70,0); }");
|
||||
|
||||
connect(&m_inputMessageQueue, SIGNAL(messageEnqueued()), this, SLOT(handleMessages()), Qt::QueuedConnection);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user