fix minor example issues

This commit is contained in:
Gabor Kiss-Vamosi
2021-05-27 16:06:17 +02:00
parent 00dc5db326
commit e3fb5d2840
5 changed files with 6 additions and 4 deletions

View File

@@ -19,6 +19,8 @@ void lv_example_dropdown_3(void)
lv_obj_align(dropdown, LV_ALIGN_TOP_LEFT, 10, 10);
lv_dropdown_set_options(dropdown, "New project\n"
"New file\n"
"Save\n"
"Save as\n"
"Open project\n"
"Recent projects\n"
"Preferences\n"