lv_list_add -> lv_list_add_btn, event paramter removed from lv_list/win_add_btn

This commit is contained in:
Gabor Kiss-Vamosi
2019-06-21 15:26:28 +02:00
parent ca1f21ad04
commit 4c1dbc63d2
18 changed files with 56 additions and 101 deletions

View File

@@ -395,8 +395,7 @@ static void win_init(void)
theme.style.win.bg = &light_frame;
theme.style.win.sb = &dark_frame;
theme.style.win.header = &win_header;
theme.style.win.content.bg = &lv_style_transp;
theme.style.win.content.scrl = &lv_style_transp;
theme.style.win.content = &lv_style_transp;
theme.style.win.btn.rel = &light_frame;
theme.style.win.btn.pr = &dark_frame;
#endif