aboutsummaryrefslogtreecommitdiff
path: root/application/pages/global/CustomCommandsPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'application/pages/global/CustomCommandsPage.cpp')
-rw-r--r--application/pages/global/CustomCommandsPage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/application/pages/global/CustomCommandsPage.cpp b/application/pages/global/CustomCommandsPage.cpp
index f2c3b185..3b182319 100644
--- a/application/pages/global/CustomCommandsPage.cpp
+++ b/application/pages/global/CustomCommandsPage.cpp
@@ -13,6 +13,7 @@ CustomCommandsPage::CustomCommandsPage(QWidget* parent): QWidget(parent)
auto tabWidget = new QTabWidget(this);
tabWidget->setObjectName(QStringLiteral("tabWidget"));
commands = new CustomCommands(this);
+ commands->setContentsMargins(6, 6, 6, 6);
tabWidget->addTab(commands, "Foo");
tabWidget->tabBar()->hide();
verticalLayout->addWidget(tabWidget);