mirror of
https://github.com/suchmememanyskill/CYD-Klipper.git
synced 2026-03-21 05:33:24 +00:00
Don't set padding on root panel
This commit is contained in:
@@ -251,5 +251,5 @@ void move_panel_slider_init(lv_obj_t* panel)
|
|||||||
create_button(left, switch_to_params_panel_button_click, LV_SYMBOL_SETTINGS " Parameters");
|
create_button(left, switch_to_params_panel_button_click, LV_SYMBOL_SETTINGS " Parameters");
|
||||||
|
|
||||||
lv_obj_set_style_pad_right(left, 10, 0);
|
lv_obj_set_style_pad_right(left, 10, 0);
|
||||||
lv_obj_set_style_pad_all(panel, 10, 0);
|
lv_obj_set_style_pad_all(sub_panel, 10, 0);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user