lv_list_add -> lv_list_add_btn, event paramter removed from lv_list/win_add_btn
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user