run clang-formatter
This commit is contained in:
@@ -60,9 +60,9 @@ static void basic_init(void)
|
||||
|
||||
lv_style_copy(&scr, &bg);
|
||||
scr.body.padding.bottom = 0;
|
||||
scr.body.padding.top = 0;
|
||||
scr.body.padding.left = 0;
|
||||
scr.body.padding.right = 0;
|
||||
scr.body.padding.top = 0;
|
||||
scr.body.padding.left = 0;
|
||||
scr.body.padding.right = 0;
|
||||
|
||||
lv_style_copy(&panel, &def);
|
||||
panel.body.radius = DEF_RADIUS;
|
||||
@@ -90,7 +90,7 @@ static void basic_init(void)
|
||||
sb.body.padding.bottom = LV_DPI / 25;
|
||||
|
||||
theme.style.bg = &bg;
|
||||
theme.style.scr = &scr;
|
||||
theme.style.scr = &scr;
|
||||
theme.style.panel = &panel;
|
||||
}
|
||||
|
||||
@@ -792,12 +792,12 @@ static void win_init(void)
|
||||
pr.text.color = lv_color_hex3(0x111);
|
||||
pr.image.color = lv_color_hex3(0x111);
|
||||
|
||||
theme.style.win.bg = theme.style.panel;
|
||||
theme.style.win.sb = &sb;
|
||||
theme.style.win.header = &header;
|
||||
theme.style.win.bg = theme.style.panel;
|
||||
theme.style.win.sb = &sb;
|
||||
theme.style.win.header = &header;
|
||||
theme.style.win.content = &lv_style_transp;
|
||||
theme.style.win.btn.rel = &lv_style_transp;
|
||||
theme.style.win.btn.pr = ≺
|
||||
theme.style.win.btn.rel = &lv_style_transp;
|
||||
theme.style.win.btn.pr = ≺
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user