aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fakevim
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2023-05-03 20:47:53 +0200
committerAlessandro Portale <alessandro.portale@qt.io>2023-05-04 05:38:33 +0000
commite5051bbfdef896ece974a949a392de7337284bf0 (patch)
treefc8e9c8721246832cce5e8eb8fe9d94f5ae44ef8 /src/plugins/fakevim
parent6531dc4569228c0ae120bf0eececb435f6e583d0 (diff)
Layouts: Add/remove contentMargins where needed
Some cases were preexisting, some were introduced recently Change-Id: I0e7e7b74422c420fbf4563d7cbf384e53931c3a0 Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/fakevim')
-rw-r--r--src/plugins/fakevim/fakevimplugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fakevim/fakevimplugin.cpp b/src/plugins/fakevim/fakevimplugin.cpp
index 8d71345b56..0ac0244ff6 100644
--- a/src/plugins/fakevim/fakevimplugin.cpp
+++ b/src/plugins/fakevim/fakevimplugin.cpp
@@ -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: