revert 4px to 3px change

This commit is contained in:
MX
2026-01-22 02:03:11 +03:00
parent d73d0f7fbd
commit a1e01bc06d
2 changed files with 5 additions and 5 deletions

View File

@@ -152,7 +152,7 @@ static void widget_element_text_scroll_draw(Canvas* canvas, WidgetElement* eleme
}
canvas_draw_str_aligned(
canvas, x, y, line->horizontal, AlignTop, furi_string_get_cstr(line->text));
y += params->leading_default - 1;
y += params->leading_default;
}
// Draw scroll bar
if(model->scroll_pos_total > 1) {