We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f23a6 commit 7587c5dCopy full SHA for 7587c5d
src/displayapp/screens/List.cpp
@@ -63,7 +63,7 @@ List::List(uint8_t screenID,
63
64
lv_obj_t* text = lv_label_create(itemApps[i], nullptr);
65
lv_label_set_text_fmt(text, "%s", applications[i].name);
66
- lv_obj_align(text, icon, LV_ALIGN_OUT_RIGHT_MID, 0, 0);
+ lv_obj_align(text, icon, LV_ALIGN_OUT_RIGHT_MID, -8, 0);
67
}
68
69
0 commit comments