mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add space padding around word count forgotten part of (#12625).
Again from Daniel.
This commit is contained in:
parent
5ed59b3c09
commit
c9c5a2a9d8
@ -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_);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user