Skip to content

Commit

Permalink
brightness slider should be visible when constructing page
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewColvin committed Oct 13, 2023
1 parent c7f9482 commit 6be699d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ BrightnessSlider::BrightnessSlider(std::shared_ptr<DisplayAbstract> aDisplay)
mLabel->AlignTo(this, LV_ALIGN_TOP_MID);
mSlider->AlignTo(mLabel, LV_ALIGN_OUT_BOTTOM_MID);
mSlider->SetWidth(GetContentWidth() - GetContentWidth() * 0.25f);
SetVisiblity(false);
}

void BrightnessSlider::OnShow() {
Expand Down

0 comments on commit 6be699d

Please sign in to comment.