We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ee25e commit 6bffc7dCopy full SHA for 6bffc7d
1 file changed
src/displayapp/screens/PineTimeStyle.cpp
@@ -62,7 +62,6 @@ PineTimeStyle::PineTimeStyle(DisplayApp* app,
62
displayedChar[4] = 0;
63
64
//Create a 200px wide background rectangle
65
-
66
timebar = lv_obj_create(lv_scr_act(), nullptr);
67
lv_obj_set_style_local_bg_color(timebar, LV_BTN_PART_MAIN, LV_STATE_DEFAULT, pts_colors[settingsController.GetPTSColorBG()]);
68
lv_obj_set_style_local_radius(timebar, LV_BTN_PART_MAIN, LV_STATE_DEFAULT, 0);
0 commit comments