summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCereal-Killa <pcfaguiar@gmail.com>2017-04-13 03:14:52 +0200
committerJames Rowe <jroweboy@gmail.com>2017-04-13 03:14:52 +0200
commitbf18e584e597fa793b224c54b064f4e2c2f0afb9 (patch)
treedab995b78b3e5756b271ea09bc706899368a5728
parentMerge pull request #2628 from Subv/uds (diff)
downloadyuzu-bf18e584e597fa793b224c54b064f4e2c2f0afb9.tar
yuzu-bf18e584e597fa793b224c54b064f4e2c2f0afb9.tar.gz
yuzu-bf18e584e597fa793b224c54b064f4e2c2f0afb9.tar.bz2
yuzu-bf18e584e597fa793b224c54b064f4e2c2f0afb9.tar.lz
yuzu-bf18e584e597fa793b224c54b064f4e2c2f0afb9.tar.xz
yuzu-bf18e584e597fa793b224c54b064f4e2c2f0afb9.tar.zst
yuzu-bf18e584e597fa793b224c54b064f4e2c2f0afb9.zip
-rw-r--r--src/citra_qt/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index 73b4dd34f..b17ed6968 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -115,6 +115,7 @@ void GMainWindow::InitializeWidgets() {
statusBar()->addPermanentWidget(label);
}
statusBar()->setVisible(true);
+ setStyleSheet("QStatusBar::item{border: none;}");
}
void GMainWindow::InitializeDebugWidgets() {