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

@@ -788,8 +788,7 @@ static void win_init(void)
theme.style.win.bg = theme.style.panel;
theme.style.win.sb = &sb;
theme.style.win.header = &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 = &lv_style_transp;
theme.style.win.btn.pr = ≺
#endif