diff options
| author | Kieran Cawthray <kieranc@gmail.com> | 2021-08-12 19:28:41 (GMT) |
|---|---|---|
| committer | Kieran Cawthray <kieranc@gmail.com> | 2021-08-12 19:28:41 (GMT) |
| commit | 6bffc7d52840affc5c037d1bb783172b99d4731a (patch) | |
| tree | 7a1e4004552ae227c06907172ef0cda210f66d68 /src/displayapp/screens/PineTimeStyle.cpp | |
| parent | 52ee25e551f506cdaadfb6a62feda1d2aaa8497b (diff) | |
Tidying
Diffstat (limited to 'src/displayapp/screens/PineTimeStyle.cpp')
| -rw-r--r-- | src/displayapp/screens/PineTimeStyle.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/displayapp/screens/PineTimeStyle.cpp b/src/displayapp/screens/PineTimeStyle.cpp index 04128b2..6b0cc59 100644 --- a/src/displayapp/screens/PineTimeStyle.cpp +++ b/src/displayapp/screens/PineTimeStyle.cpp @@ -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); |
