forked from qt-creator/qt-creator
Designer: Remove extra contents margins in the settings dialog
Task-number: QTCREATORBUG-29108 Change-Id: If3c6b0bcf9e1f05705c7e85fd814740235dbc7a6 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -25,6 +25,7 @@ public:
|
|||||||
{
|
{
|
||||||
auto vbox = new QVBoxLayout(this);
|
auto vbox = new QVBoxLayout(this);
|
||||||
vbox->addWidget(m_designerPage->createPage(nullptr));
|
vbox->addWidget(m_designerPage->createPage(nullptr));
|
||||||
|
vbox->setContentsMargins({});
|
||||||
}
|
}
|
||||||
|
|
||||||
void apply() { m_designerPage->apply(); }
|
void apply() { m_designerPage->apply(); }
|
||||||
|
Reference in New Issue
Block a user