brightness slider should be visible when constructing page
This commit is contained in:
parent
c7f9482e0a
commit
6be699da64
1 changed files with 0 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue