mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-27 08:33:27 +01:00
Different margins for linux too.
This commit is contained in:
parent
b4283cbdaf
commit
dd1cf90e37
@ -30,12 +30,7 @@
|
||||
|
||||
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