ttext_box: reduced cursor height a little

This commit is contained in:
Charles Dang 2016-04-03 23:43:52 +11:00
parent d3a825156e
commit 2122973a42

View file

@ -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]