minor fixes

This commit is contained in:
Gabor Kiss-Vamosi
2018-09-13 22:50:05 +02:00
parent 9c601ef49b
commit c8ac841fbb
3 changed files with 3 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ static void basic_init(void)
sb.body.main_color = LV_COLOR_BLACK;
sb.body.grad_color = LV_COLOR_BLACK;
sb.body.opa = LV_OPA_40;
sb.body.padding.hor = LV_DPI / 25;
theme.bg = &bg;
theme.panel = &panel;