spelling: decrement

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:23:36 -05:00
parent 621151ebd1
commit 2d7ac814c6

View file

@ -293,7 +293,7 @@ static void prv_draw_text(SelectionLayer *selection_layer, GContext *ctx) {
height += prv_get_pixels_for_bump_settle(selection_layer->bump_settle_anim_progress);
}
// The text should be be vertically centered, unless we are performing an increment /
// decrment animation.
// decrement animation.
int y_offset =
prv_get_y_offset_which_vertically_centers_font(selection_layer->font, height);