mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
Format
This commit is contained in:
@@ -354,7 +354,8 @@ static void text_input_view_draw_callback(Canvas* canvas, void* _model) {
|
||||
canvas_draw_glyph(
|
||||
canvas,
|
||||
keyboard_origin_x + keys[column].x,
|
||||
keyboard_origin_y + keys[column].y - (glyph == '_' || char_is_lowercase(glyph)),
|
||||
keyboard_origin_y + keys[column].y -
|
||||
(glyph == '_' || char_is_lowercase(glyph)),
|
||||
glyph);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user