mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-27 08:33:27 +01:00
Tweak margins in statusbar.
This commit is contained in:
parent
0aed8cc84e
commit
b4283cbdaf
@ -30,7 +30,12 @@
|
||||
|
||||
StatusBar::StatusBar(QWidget *parent) : QStatusBar(parent) {
|
||||
setSizeGripEnabled(false);
|
||||
|
||||
#if defined(Q_OS_WIN32)
|
||||
setContentsMargins(2, 0, 2, 2);
|
||||
#else
|
||||
setContentsMargins(2, 2, 2, 2);
|
||||
#endif
|
||||
|
||||
m_barProgressFeeds = new QProgressBar(this);
|
||||
m_barProgressFeeds->setTextVisible(false);
|
||||
|
Loading…
Reference in New Issue
Block a user