[Fix] printHeight was using wrong width.
This commit is contained in:
parent
d0b55f1d1b
commit
fb7c73aae4
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user