mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Windows: no seperators between statusbar widgets
This commit is contained in:
		
							parent
							
								
									12940361d8
								
							
						
					
					
						commit
						5641cf4d9e
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		| 
						 | 
					@ -710,6 +710,11 @@ void MainWindow::onCreateTransactionError(const QString &message) {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
void MainWindow::create_status_bar() {
 | 
					void MainWindow::create_status_bar() {
 | 
				
			||||||
 | 
					#if defined(Q_OS_WIN)
 | 
				
			||||||
 | 
					    // No seperators between statusbar widgets
 | 
				
			||||||
 | 
					    this->statusBar()->setStyleSheet("QStatusBar::item {border: None;}");
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    this->statusBar()->setFixedHeight(30);
 | 
					    this->statusBar()->setFixedHeight(30);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    m_statusLabelStatus = new QLabel("Idle", this);
 | 
					    m_statusLabelStatus = new QLabel("Idle", this);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue