We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a830a55 commit f88e905Copy full SHA for f88e905
radio/src/gui/colorlcd/model/model_templates.cpp
@@ -49,6 +49,7 @@ TemplatePage::TemplatePage() : Page(ICON_MODEL_SELECT, PAD_ZERO)
49
LV_GRID_ALIGN_START, 0, 1);
50
51
infoLabel = lv_label_create(line->getLvObj());
52
+ lv_label_set_text(infoLabel, "");
53
lv_obj_set_height(infoLabel, body->height() - PAD_SMALL * 2);
54
etx_obj_add_style(infoLabel, styles->text_align_left, LV_PART_MAIN);
55
etx_txt_color(infoLabel, COLOR_THEME_PRIMARY1_INDEX);
0 commit comments