Skip to content

Commit 7587c5d

Browse files
committed
Update spacing in settings list
1 parent 62f23a6 commit 7587c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayapp/screens/List.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ List::List(uint8_t screenID,
6363

6464
lv_obj_t* text = lv_label_create(itemApps[i], nullptr);
6565
lv_label_set_text_fmt(text, "%s", applications[i].name);
66-
lv_obj_align(text, icon, LV_ALIGN_OUT_RIGHT_MID, 0, 0);
66+
lv_obj_align(text, icon, LV_ALIGN_OUT_RIGHT_MID, -8, 0);
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)