From 5ed59b3c09393c2d883fe708d66decec24f4763e Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Wed, 11 Oct 2023 21:01:56 +0200 Subject: [PATCH] Remove ugly frame around word count (#12625). Requested and tested by Daniel. --- src/frontends/qt/GuiView.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp index 55a21831ff..17ae3f00ac 100644 --- a/src/frontends/qt/GuiView.cpp +++ b/src/frontends/qt/GuiView.cpp @@ -651,7 +651,6 @@ GuiView::GuiView(int id) stat_counts_ = new GuiClickableLabel(statusBar()); stat_counts_->setAlignment(Qt::AlignCenter); - stat_counts_->setFrameStyle(QFrame::StyledPanel); stat_counts_->hide(); statusBar()->addPermanentWidget(stat_counts_); -- 2.39.2