commit c9c5a2a9d824acc10fdd96b0972223450c47c6dd
Author: Pavel Sanda <[email protected]>
Date: Wed Oct 11 21:07:12 2023 +0200
Add space padding around word count forgotten part of (#12625).
Again from Daniel.
---
src/frontends/qt/GuiView.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/frontends/qt/GuiView.cpp b/src/frontends/qt/GuiView.cpp
index 17ae3f0..47f8230 100644
--- a/src/frontends/qt/GuiView.cpp
+++ b/src/frontends/qt/GuiView.cpp
@@ -651,6 +651,7 @@ GuiView::GuiView(int id)
stat_counts_ = new GuiClickableLabel(statusBar());
stat_counts_->setAlignment(Qt::AlignCenter);
+ stat_counts_->setStyleSheet("padding-left: 5px; padding-right: 5px;");
stat_counts_->hide();
statusBar()->addPermanentWidget(stat_counts_);
--
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs