dashboard: nudge battery gauge upward

This commit is contained in:
2026-06-10 02:22:52 -06:00
parent 6182feeec2
commit edfba63cc9
2 changed files with 2 additions and 2 deletions
@@ -762,7 +762,7 @@ static void create_overland_overview_screen()
lv_obj_set_style_text_font(battery_estimate_label, &lv_font_montserrat_30, 0);
lv_obj_set_width(battery_estimate_label, 340);
lv_obj_set_style_text_align(battery_estimate_label, LV_TEXT_ALIGN_CENTER, 0);
lv_obj_align(battery_estimate_label, LV_ALIGN_TOP_MID, 0, 202);
lv_obj_align(battery_estimate_label, LV_ALIGN_TOP_MID, 0, 196);
lv_obj_add_flag(battery_estimate_label, LV_OBJ_FLAG_HIDDEN);
battery_soc_label = lv_label_create(battery_card);