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