forked from qt-creator/qt-creator
Layouts: Add/remove contentMargins where needed
Some cases were preexisting, some were introduced recently Change-Id: I0e7e7b74422c420fbf4563d7cbf384e53931c3a0 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -807,6 +807,7 @@ public:
|
||||
m_exCommands = new FakeVimExCommandsMappings;
|
||||
auto vbox = new QVBoxLayout(this);
|
||||
vbox->addWidget(m_exCommands);
|
||||
vbox->setContentsMargins(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user