Skip to content

Commit

Permalink
Update powerkit_dialog.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Feb 9, 2024
1 parent 60c5f20 commit 5d1c456
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/powerkit_dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 5d1c456

Please sign in to comment.