diff --git a/src/powerkit_dialog.cpp b/src/powerkit_dialog.cpp index 58e7d99..438d9ea 100644 --- a/src/powerkit_dialog.cpp +++ b/src/powerkit_dialog.cpp @@ -391,6 +391,8 @@ void Dialog::setupWidgets() const auto acBacklightContainer = new QWidget(this); const auto acBacklightContainerLayout = new QHBoxLayout(acBacklightContainer); + acBacklightContainerLayout->setMargin(0); + acBacklightLabel = new QLabel(this); acBacklightLabel->setText(tr("Brightness"));