mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	Qt: Tweak status bar styling
This commit is contained in:
		@@ -109,6 +109,8 @@ void GMainWindow::InitializeWidgets() {
 | 
			
		||||
 | 
			
		||||
    for (auto& label : {emu_speed_label, game_fps_label, emu_frametime_label}) {
 | 
			
		||||
        label->setVisible(false);
 | 
			
		||||
        label->setFrameStyle(QFrame::NoFrame);
 | 
			
		||||
        label->setContentsMargins(4, 0, 4, 0);
 | 
			
		||||
        statusBar()->addPermanentWidget(label);
 | 
			
		||||
    }
 | 
			
		||||
    statusBar()->setVisible(true);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user