diff options
author | Cereal-Killa <pcfaguiar@gmail.com> | 2017-04-13 03:14:52 +0200 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2017-04-13 03:14:52 +0200 |
commit | bf18e584e597fa793b224c54b064f4e2c2f0afb9 (patch) | |
tree | dab995b78b3e5756b271ea09bc706899368a5728 /src | |
parent | Merge pull request #2628 from Subv/uds (diff) | |
download | yuzu-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 |
Diffstat (limited to 'src')
-rw-r--r-- | src/citra_qt/main.cpp | 1 |
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() { |