Skip to content

Commit ee44b6f

Browse files
Riksu9000JF002
authored andcommitted
Adjust inner padding in applist
1 parent bc82905 commit ee44b6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/Tile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Tile::Tile(uint8_t screenID,
9292
lv_obj_set_style_local_bg_opa(btnm1, LV_BTNMATRIX_PART_BTN, LV_STATE_DISABLED, LV_OPA_20);
9393
lv_obj_set_style_local_bg_color(btnm1, LV_BTNMATRIX_PART_BTN, LV_STATE_DISABLED, lv_color_hex(0x111111));
9494
lv_obj_set_style_local_pad_all(btnm1, LV_BTNMATRIX_PART_BG, LV_STATE_DEFAULT, 0);
95-
lv_obj_set_style_local_pad_inner(btnm1, LV_BTNMATRIX_PART_BG, LV_STATE_DEFAULT, 6);
95+
lv_obj_set_style_local_pad_inner(btnm1, LV_BTNMATRIX_PART_BG, LV_STATE_DEFAULT, 10);
9696

9797
for (uint8_t i = 0; i < 6; i++) {
9898
if (applications[i].application == Apps::None) {

0 commit comments

Comments
 (0)