mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-01 00:51:49 +08:00
lv_theme_night: list remove inner padding
This commit is contained in:
@@ -443,6 +443,7 @@ static void list_init(void)
|
|||||||
lv_style_copy(&list_bg, &panel);
|
lv_style_copy(&list_bg, &panel);
|
||||||
list_bg.body.padding.ver = 0;
|
list_bg.body.padding.ver = 0;
|
||||||
list_bg.body.padding.hor = 0;
|
list_bg.body.padding.hor = 0;
|
||||||
|
list_bg.body.padding.inner = 0;
|
||||||
|
|
||||||
lv_style_copy(&list_btn_rel, &bg);
|
lv_style_copy(&list_btn_rel, &bg);
|
||||||
list_btn_rel.body.empty = 1;
|
list_btn_rel.body.empty = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user