]> git.lyx.org Git - lyx.git/commitdiff
Remove ugly frame around word count (#12625).
authorPavel Sanda <sanda@lyx.org>
Wed, 11 Oct 2023 19:01:56 +0000 (21:01 +0200)
committerPavel Sanda <sanda@lyx.org>
Wed, 11 Oct 2023 19:01:56 +0000 (21:01 +0200)
Requested and tested by Daniel.

src/frontends/qt/GuiView.cpp

index 55a21831ffb64fbfff462432337fa3edffd2b106..17ae3f00acefdf35359a8f84f4f939fce3f62552 100644 (file)
@@ -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_);