fixed frame width to scroll

This commit is contained in:
DerSkythe 2022-09-26 01:09:00 +04:00
parent 23f6ea2e05
commit 6f92cd645e

View file

@ -133,7 +133,7 @@ void subbrute_main_view_draw(Canvas* canvas, SubBruteMainViewModel* model) {
AlignCenter,
str);
elements_frame(
canvas, 1, 1 + (item_position * item_height) + STATUS_BAR_Y_SHIFT, 125, 15);
canvas, 1, 1 + (item_position * item_height) + STATUS_BAR_Y_SHIFT, 124, 15);
} else {
canvas_draw_str_aligned(
canvas,