mirror of
https://github.com/google/pebble.git
synced 2025-04-30 23:31:40 -04:00
spelling: accommodate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
eb5cbb2f63
commit
b60d61e5e1
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ static void prv_menu_layer_walk_upward_from_iterator(MenuIterator *it) {
|
||||||
const int16_t total_height = it->cursor.h + it->cursor.sep;
|
const int16_t total_height = it->cursor.h + it->cursor.sep;
|
||||||
if (total_height > it->cursor.y) {
|
if (total_height > it->cursor.y) {
|
||||||
// If the total height is greater than the cursor y, don't
|
// If the total height is greater than the cursor y, don't
|
||||||
// add in space to accodomate the separator as the downwards callback
|
// add in space to accommodate the separator as the downwards callback
|
||||||
// will add it for us.
|
// will add it for us.
|
||||||
it->cursor.y -= it->cursor.h;
|
it->cursor.y -= it->cursor.h;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue