mirror of
https://github.com/google/pebble.git
synced 2025-04-24 05:27:07 -04:00
spelling: visible
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
36c9aac1f5
commit
7499ab128b
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
"",
|
||||
"Types are defined below with the following parameters: ",
|
||||
" name: The name of the type as it appears in our codebase. This type definition must ",
|
||||
" be visibile in one of the headers in the headers list below. ",
|
||||
" be visible in one of the headers in the headers list below. ",
|
||||
" size_2x: The size in bytes that should be used for legacy2 apps ",
|
||||
" size_3x: The size in bytes that should be used for 3.x apps ",
|
||||
" size_3x_padding: The amount of padding to add directly to this particular struct. ",
|
||||
|
|
|
@ -267,7 +267,7 @@ static bool prv_line_iter_is_vertical_overflow(const LineIterState* const line_i
|
|||
// if we're not rendering the first line.
|
||||
// - This, because the user does not expect to see more text drawn below, after the '...'.
|
||||
// - The first-line exception means that text, and therefore the telltale
|
||||
// ellipsis, will always be visisble.
|
||||
// ellipsis, will always be visible.
|
||||
if ((text_box_params->overflow_mode == GTextOverflowModeTrailingEllipsis ||
|
||||
text_box_params->overflow_mode == GTextOverflowModeFill) &&
|
||||
line_iter_state->current->origin.y != text_box_params->box.origin.y) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue