Add space padding around word count forgotten part of (#12625).

Again from Daniel.
This commit is contained in:
Pavel Sanda 2023-10-11 21:07:12 +02:00
parent 5ed59b3c09
commit c9c5a2a9d8

View File

@ -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_);