mirror of
https://github.com/skoelle/wt32sc01-dashboard.git
synced 2026-09-17 17:30:25 +00:00
mvg screen fix
This commit is contained in:
@@ -65,7 +65,7 @@ void buildList() {
|
||||
lv_obj_t *t = lv_label_create(row);
|
||||
lv_label_set_text(t, dep.timeStr.c_str());
|
||||
lv_obj_set_style_text_color(t, Theme::text(), 0);
|
||||
lv_obj_align(t, LV_ALIGN_TOP_RIGHT, 0, 0);
|
||||
lv_obj_align(t, LV_ALIGN_TOP_RIGHT, -36, 0);
|
||||
|
||||
if (dep.delayMin > 0) {
|
||||
lv_obj_t *delay = lv_label_create(row);
|
||||
|
||||
Reference in New Issue
Block a user