mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-12-24 10:13:56 +03:00
Tidying
This commit is contained in:
parent
52ee25e551
commit
6bffc7d528
@ -62,7 +62,6 @@ PineTimeStyle::PineTimeStyle(DisplayApp* app,
|
||||
displayedChar[4] = 0;
|
||||
|
||||
//Create a 200px wide background rectangle
|
||||
|
||||
timebar = lv_obj_create(lv_scr_act(), nullptr);
|
||||
lv_obj_set_style_local_bg_color(timebar, LV_BTN_PART_MAIN, LV_STATE_DEFAULT, pts_colors[settingsController.GetPTSColorBG()]);
|
||||
lv_obj_set_style_local_radius(timebar, LV_BTN_PART_MAIN, LV_STATE_DEFAULT, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user