mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: vertically
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
159e6cc255
commit
39c1e7b34f
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ static void prv_draw_no_activities_cell_rect(GContext *ctx, const Layer *cell_la
|
|||
const GSize text_size = graphics_text_layout_get_max_used_size(ctx, no_activities_string, font,
|
||||
box, overflow, alignment, NULL);
|
||||
|
||||
// We want to position the text in the center of the cell veritically,
|
||||
// We want to position the text in the center of the cell vertically,
|
||||
// we divide the height of the cell by two and subtract half of the text size.
|
||||
// However, that just puts the TOP of a line vertically aligned.
|
||||
// So we also have to subtract half of a single line's width.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue