From eba687f40b0dd3abbb97da274574ab154f1219d2 Mon Sep 17 00:00:00 2001 From: svenhoefer Date: Sat, 23 Mar 2013 16:03:41 +0100 Subject: [PATCH] - fix renderwidth for title text --- tuxwetter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuxwetter.c b/tuxwetter.c index ab79efe..89933c9 100644 --- a/tuxwetter.c +++ b/tuxwetter.c @@ -1102,7 +1102,7 @@ void ShowInfo(MENU *m) } // Title text - RenderString(m->headertxt[m->act_header], isx+45, isy+dy-soffs+3, ixw-sbw, LEFT, FSIZE_BIG, CMHT); + RenderString(m->headertxt[m->act_header], isx+45, isy+dy-soffs+3, ixw-sbw-45, LEFT, FSIZE_BIG, CMHT); index /= 10; //Show table of commands -- 2.39.5