ttext_box: reduced cursor height a little
This commit is contained in:
parent
d3a825156e
commit
2122973a42
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@
|
|||
#define _GUI_DRAW_CURSOR X_OFFSET
|
||||
[line]
|
||||
x1 = "(cursor_offset + {X_OFFSET})"
|
||||
y1 = "(text_y_offset)"
|
||||
y1 = "(text_y_offset + 2)"
|
||||
x2 = "(cursor_offset + {X_OFFSET})"
|
||||
y2 = "(text_y_offset + text_font_height)"
|
||||
y2 = "(text_y_offset + text_font_height - 2)"
|
||||
color = "255, 255, 255, 255"
|
||||
thickness = 1
|
||||
[/line]
|
||||
|
|
Loading…
Add table
Reference in a new issue