From a4a8b4760872eb1b7882869ffe78fc0fc361abe4 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sat, 14 May 2016 05:29:57 +0200 Subject: [PATCH] Multi device support: fixed selected button switch color --- sdrbase/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdrbase/mainwindow.cpp b/sdrbase/mainwindow.cpp index c2dd40f23..ab352ca56 100644 --- a/sdrbase/mainwindow.cpp +++ b/sdrbase/mainwindow.cpp @@ -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);