Explorar o código

Qt: Tweak status bar styling

Yuri Kunde Schlesner %!s(int64=9) %!d(string=hai) anos
pai
achega
1469b3212b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/citra_qt/main.cpp

+ 2 - 0
src/citra_qt/main.cpp

@@ -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);