Skip to content
Snippets Groups Projects
Commit 1469b321 authored by Yuri Kunde Schlesner's avatar Yuri Kunde Schlesner
Browse files

Qt: Tweak status bar styling

parent 915d69ac
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment