Some newlines.
This commit is contained in:
parent
49fda7a6b6
commit
7f16f5153c
@ -31,6 +31,7 @@
|
||||
StatusBar::StatusBar(QWidget* parent) : QStatusBar(parent), m_mutex(new Mutex(QMutex::NonRecursive, this)) {
|
||||
setSizeGripEnabled(false);
|
||||
setContentsMargins(2, 0, 2, 2);
|
||||
|
||||
m_barProgressFeeds = new QProgressBar(this);
|
||||
m_barProgressFeeds->setTextVisible(false);
|
||||
m_barProgressFeeds->setFixedWidth(100);
|
||||
|
Loading…
x
Reference in New Issue
Block a user