mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04: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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user