imtk
changeset 21:3138c38433e2
minor change
author | John Tsiombikas <nuclear@siggraph.org> |
---|---|
date | Sat, 30 Apr 2011 05:36:56 +0300 |
parents | c7a7ddbe7714 |
children | 17f5ff624da3 |
files | src/imtk.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/src/imtk.c Sat Apr 30 05:23:59 2011 +0300 1.2 +++ b/src/imtk.c Sat Apr 30 05:36:56 2011 +0300 1.3 @@ -66,7 +66,7 @@ 1.4 } 1.5 1.6 glColor4fv(imtk_get_color(IMTK_TEXT_COLOR)); 1.7 - imtk_draw_string(x, y + 15, str); 1.8 + imtk_draw_string(x, y + 14, str); 1.9 imtk_layout_advance(imtk_string_size(str), 12); 1.10 } 1.11