solve warnings listed in #1292

This commit is contained in:
Gabor Kiss-Vamosi
2019-12-03 06:56:48 +01:00
parent 64df282c81
commit 6e97c07588
7 changed files with 34 additions and 19 deletions

View File

@@ -681,7 +681,6 @@ static void tabview_init(void)
indic.body.radius = 0;
indic.body.border.width = 0;
indic.body.padding.inner = LV_DPI / 20;
indic.body.padding.inner = LV_DPI / 20;
lv_style_copy(&btn_bg, &def);
btn_bg.body.main_color = lv_color_hex3(0xccc);