From: svenhoefer Date: Sat, 23 Mar 2013 15:03:41 +0000 (+0100) Subject: - fix renderwidth for title text X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=eba687f40b0dd3abbb97da274574ab154f1219d2;p=tuxwetter.git - fix renderwidth for title text --- 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