mirror of
https://github.com/google/pebble.git
synced 2025-11-09 17:12:46 -05:00
spelling: decrement
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user