mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: decrement
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
621151ebd1
commit
2d7ac814c6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue