forked from qt-creator/qt-creator
Reduce spacing in the statusbar for mac
This was a workaround for an issue that is no longer present so we might as well use the same spacing
This commit is contained in:
@@ -251,11 +251,7 @@ OutputPaneManager::OutputPaneManager(QWidget *parent) :
|
||||
m_buttonsWidget = new QWidget;
|
||||
m_buttonsWidget->setLayout(new QHBoxLayout);
|
||||
m_buttonsWidget->layout()->setContentsMargins(5,0,0,0);
|
||||
#ifdef Q_WS_MAC
|
||||
m_buttonsWidget->layout()->setSpacing(16);
|
||||
#else
|
||||
m_buttonsWidget->layout()->setSpacing(4);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user