commit 5ed59b3c09393c2d883fe708d66decec24f4763e
Author: Pavel Sanda <[email protected]>
Date: Wed Oct 11 21:01:56 2023 +0200
Remove ugly frame around word count (#12625).
Requested and tested by Daniel.
---
src/frontends/qt/GuiView.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp
index 55a2183..17ae3f0 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_);
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs