dashboard: raise coolant icon position
This commit is contained in:
@@ -1255,7 +1255,7 @@ static void create_overland_overview_screen()
|
||||
lv_obj_set_style_img_recolor(coolant_icon, lv_color_white(), 0);
|
||||
lv_obj_set_style_img_recolor_opa(coolant_icon, LV_OPA_COVER, 0);
|
||||
lv_img_set_zoom(coolant_icon, 100);
|
||||
lv_obj_align(coolant_icon, LV_ALIGN_TOP_MID, 0, 150);
|
||||
lv_obj_align(coolant_icon, LV_ALIGN_TOP_MID, 0, 110);
|
||||
|
||||
#if LV_USE_METER
|
||||
vehicle_coolant_meter = lv_meter_create(vehicle_card);
|
||||
|
||||
Reference in New Issue
Block a user