From: Pavel Sanda Date: Wed, 11 Oct 2023 19:01:56 +0000 (+0200) Subject: Remove ugly frame around word count (#12625). X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5ed59b3c09393c2d883fe708d66decec24f4763e;p=features.git Remove ugly frame around word count (#12625). Requested and tested by Daniel. --- 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_);