forked from qt-creator/qt-creator
Remove extra setMargin(..) Some lines after we can see a
setContentsMargins Change-Id: I376129566c7df466a3413f001b42c670ee7c7022 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -182,7 +182,6 @@ public:
|
||||
m_maximumActiveSize = QSize(maxWidth, activeHeight);
|
||||
|
||||
auto layout = new QHBoxLayout(this);
|
||||
layout->setMargin(0);
|
||||
layout->setSpacing(0);
|
||||
layout->setContentsMargins(4, 0, 0, 0);
|
||||
layout->addWidget(m_titleLabel);
|
||||
|
||||
Reference in New Issue
Block a user