]> git.lyx.org Git - lyx.git/commitdiff
Add space padding around word count forgotten part of (#12625).
authorPavel Sanda <sanda@lyx.org>
Wed, 11 Oct 2023 19:07:12 +0000 (21:07 +0200)
committerPavel Sanda <sanda@lyx.org>
Wed, 11 Oct 2023 19:07:12 +0000 (21:07 +0200)
Again from Daniel.

src/frontends/qt/GuiView.cpp

index 17ae3f00acefdf35359a8f84f4f939fce3f62552..47f8230d024c4e028cb21bac07aabc65b095f426 100644 (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_);