[Fix] printHeight was using wrong width.

This commit is contained in:
Allanis 2013-07-25 21:45:41 +01:00
parent d0b55f1d1b
commit fb7c73aae4

View File

@ -220,7 +220,7 @@ static void map_update(void) {
} }
/* Get the services. */ /* Get the services. */
h = gl_printHeight(&gl_smallFont, 90, buf); h = gl_printHeight(&gl_smallFont, 80, buf);
y = -180 - (h - gl_smallFont.h); y = -180 - (h - gl_smallFont.h);
window_moveWidget(map_wid, "txtSServices", -20, y); window_moveWidget(map_wid, "txtSServices", -20, y);
y -= gl_smallFont.h+5; y -= gl_smallFont.h+5;