mirror of
https://github.com/google/pebble.git
synced 2025-05-19 18:04:57 +00:00
spelling: the
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
34b2a18fcc
commit
d09aca0a02
14 changed files with 15 additions and 15 deletions
|
@ -228,7 +228,7 @@ static void prv_draw_slider_slide(SelectionLayer *selection_layer, GContext *ctx
|
|||
|
||||
// It then morphs to the size of the next cell + padding causing the illusion that the selector
|
||||
// overshoot it's mark (it will settle back to the correct size in a different animation).
|
||||
// This means the the width change is the width difference between the two cells plus padding
|
||||
// This means the width change is the width difference between the two cells plus padding
|
||||
int total_cell_width_change = next_cell_width - cur_cell_width + selection_layer->cell_padding;
|
||||
|
||||
// The current width change depends on how far we are through the animation
|
||||
|
@ -341,7 +341,7 @@ static void prv_draw_selection_layer(SelectionLayer *selection_layer, GContext *
|
|||
///////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
//! Increment / Decrement Animation
|
||||
|
||||
//! This animation causes a the active cell to "bump" when the user presses the up button.
|
||||
//! This animation causes the active cell to "bump" when the user presses the up button.
|
||||
//! This animation has two parts:
|
||||
//! 1) The "text to cell edge"
|
||||
//! 2) The "background settle"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue