mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Match rotary_bg line width to indicator width
This commit is contained in:
parent
b414aa755d
commit
f75428e52b
@ -805,7 +805,7 @@ static void rotary_init(void)
|
||||
lv_style_set_pad_inner(&styles->rotary_bg, LV_STATE_DEFAULT, LV_DPX(6));
|
||||
lv_style_set_border_width(&styles->rotary_bg, LV_STATE_DEFAULT, LV_DPX(2));
|
||||
lv_style_set_line_color(&styles->rotary_bg, LV_STATE_DEFAULT, COLOR_BG_SEC);
|
||||
lv_style_set_line_width(&styles->rotary_bg, LV_STATE_DEFAULT, LV_DPX(2));
|
||||
lv_style_set_line_width(&styles->rotary_bg, LV_STATE_DEFAULT, LV_DPX(8));
|
||||
lv_style_set_line_rounded(&styles->rotary_bg, LV_STATE_DEFAULT, true);
|
||||
|
||||
style_init_reset(&styles->rotary_indic);
|
||||
|
Loading…
x
Reference in New Issue
Block a user