From 5d1c45615248cd03e11a9658640a9edcbed58c1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Andr=C3=A9=20Rodlie?= Date: Sat, 10 Feb 2024 00:39:35 +0100 Subject: [PATCH] Update powerkit_dialog.cpp --- src/powerkit_dialog.cpp | 2 ++ 1 file changed, 2 insertions(+) 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"));