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:
Alessandro Portale
2023-05-03 20:47:53 +02:00
parent 6531dc4569
commit e5051bbfde
6 changed files with 8 additions and 5 deletions

View File

@@ -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: