diff --git a/UI/hotkey-edit.cpp b/UI/hotkey-edit.cpp index 6379473dd..7e385a157 100644 --- a/UI/hotkey-edit.cpp +++ b/UI/hotkey-edit.cpp @@ -333,7 +333,7 @@ void OBSHotkeyWidget::AddEdit(obs_key_combination combo, int idx) [&, CurrentIndex] { RemoveEdit(CurrentIndex()); }); QHBoxLayout *subLayout = new QHBoxLayout; - subLayout->setContentsMargins(0, 4, 0, 0); + subLayout->setContentsMargins(0, 2, 0, 2); subLayout->addWidget(edit); subLayout->addWidget(revert); subLayout->addWidget(clear);