diff --git a/src/map.c b/src/map.c index e54b286..5b03345 100644 --- a/src/map.c +++ b/src/map.c @@ -220,7 +220,7 @@ static void map_update(void) { } /* Get the services. */ - h = gl_printHeight(&gl_smallFont, 90, buf); + h = gl_printHeight(&gl_smallFont, 80, buf); y = -180 - (h - gl_smallFont.h); window_moveWidget(map_wid, "txtSServices", -20, y); y -= gl_smallFont.h+5;