1
0
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:
Gabor Kiss-Vamosi 2017-11-26 19:16:32 +01:00
parent c157f0cdad
commit 1d103f11c3

View File

@ -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;