chore: many trivial spelling and layout fixes (#3008)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
@@ -23,8 +23,8 @@ void lv_example_win_1(void)
|
||||
btn = lv_win_add_btn(win, LV_SYMBOL_CLOSE, 60);
|
||||
lv_obj_add_event_cb(btn, event_handler, LV_EVENT_CLICKED, NULL);
|
||||
|
||||
lv_obj_t * cont = lv_win_get_content(win); /*Content can be aded here*/
|
||||
lv_obj_t * label = lv_label_create(cont);
|
||||
lv_obj_t * cont = lv_win_get_content(win); /*Content can be added here*/
|
||||
lv_obj_t * label = lv_label_create(cont);
|
||||
lv_label_set_text(label, "This is\n"
|
||||
"a pretty\n"
|
||||
"long text\n"
|
||||
|
||||
Reference in New Issue
Block a user