dashboard: nudge battery current upward

This commit is contained in:
2026-06-10 22:43:20 -06:00
parent 5afd50e98d
commit ee379b5ff7
2 changed files with 2 additions and 2 deletions
@@ -836,7 +836,7 @@ static void create_overland_overview_screen()
lv_obj_set_style_text_font(battery_current_label, &lv_font_montserrat_26, 0);
lv_obj_set_width(battery_current_label, 260);
lv_obj_set_style_text_align(battery_current_label, LV_TEXT_ALIGN_CENTER, 0);
lv_obj_align(battery_current_label, LV_ALIGN_TOP_MID, 0, 166);
lv_obj_align(battery_current_label, LV_ALIGN_TOP_MID, 0, 161);
lv_obj_add_flag(battery_current_label, LV_OBJ_FLAG_HIDDEN);
inside_temp_label = lv_label_create(temp_card);