diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-31 13:40:02 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-31 13:40:02 (GMT) |
| commit | 92ce5ee9751f01dc63330ad25910c674420cd984 (patch) | |
| tree | 3a373058774b12dcad5673f7cc116493e25282aa /src/displayapp/screens/FlashLight.cpp | |
| parent | 99321f0cd3181d4cd6a00f69cd9b554c63c52849 (diff) | |
.
Diffstat (limited to 'src/displayapp/screens/FlashLight.cpp')
| -rw-r--r-- | src/displayapp/screens/FlashLight.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/FlashLight.cpp b/src/displayapp/screens/FlashLight.cpp index c4d0264..cdd35b6 100644 --- a/src/displayapp/screens/FlashLight.cpp +++ b/src/displayapp/screens/FlashLight.cpp @@ -24,7 +24,6 @@ FlashLight::FlashLight(Pinetime::Applications::DisplayApp* app, brightnessLevel = brightnessController.Level(); flashLight = lv_label_create(lv_scr_act(), nullptr); - lv_obj_set_style_local_text_font(flashLight, LV_LABEL_PART_MAIN, LV_STATE_DEFAULT, &lv_font_sys_48); lv_label_set_text_static(flashLight, Symbols::highlight); lv_obj_align(flashLight, nullptr, LV_ALIGN_CENTER, 0, 0); |
