[FL-2133, FL-2151] charging icon, fix gui buttons size (#925)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Nikolay Minaylov
2021-12-24 23:00:45 +03:00
committed by GitHub
parent f6d4e8fa84
commit f061b937d0
7 changed files with 466 additions and 450 deletions

View File

@@ -97,7 +97,7 @@ void gui_redraw_status_bar(Gui* gui) {
canvas_height(gui->canvas) - 2);
canvas_frame_set(
gui->canvas, x, GUI_STATUS_BAR_Y + 2, width, GUI_STATUS_BAR_WORKAREA_HEIGHT);
gui->canvas, x, GUI_STATUS_BAR_Y + 1, width, GUI_STATUS_BAR_WORKAREA_HEIGHT);
view_port_draw(view_port, gui->canvas);
}