BigW Consortium Gitlab

Commit 1d103f11 by Gabor Kiss-Vamosi

lv_theme_night: list remove inner padding

parent c157f0cd
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment