Skip to content

Commit

Permalink
Closes #291
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampi authored and jakkra committed Jul 24, 2024
1 parent d540a61 commit 8e2d9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/ui/watchfaces/zsw_watchface_dropdown_ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ void zsw_watchface_dropdown_ui_add(lv_obj_t *root_page,
if (lv_slider_get_mode(ui_bri_slider) == LV_SLIDER_MODE_RANGE) {
lv_slider_set_left_value(ui_bri_slider, 0, LV_ANIM_OFF);
}
lv_slider_set_range(ui_bri_slider, 1, 100);
lv_obj_set_width(ui_bri_slider, 50);
lv_obj_set_height(ui_bri_slider, 110);
lv_obj_set_x(ui_bri_slider, -10);
Expand Down

0 comments on commit 8e2d9eb

Please sign in to comment.