mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-28 00:50:26 +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) {
|
StatusBar::StatusBar(QWidget *parent) : QStatusBar(parent) {
|
||||||
setSizeGripEnabled(false);
|
setSizeGripEnabled(false);
|
||||||
|
|
||||||
#if defined(Q_OS_WIN32)
|
|
||||||
setContentsMargins(2, 0, 2, 2);
|
setContentsMargins(2, 0, 2, 2);
|
||||||
#else
|
|
||||||
setContentsMargins(2, 2, 2, 2);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
m_barProgressFeeds = new QProgressBar(this);
|
m_barProgressFeeds = new QProgressBar(this);
|
||||||
m_barProgressFeeds->setTextVisible(false);
|
m_barProgressFeeds->setTextVisible(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user