From 4fda93c34ddc18e6e969fab8fafd29fd065467db Mon Sep 17 00:00:00 2001 From: ehouse Date: Sat, 7 Oct 2006 03:38:36 +0000 Subject: [PATCH] Raise status char a bit. --- palm/palmmain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/palm/palmmain.c b/palm/palmmain.c index 0e1bd5bbd..64f9afd64 100644 --- a/palm/palmmain.c +++ b/palm/palmmain.c @@ -1484,7 +1484,7 @@ showBTState( PalmAppGlobals* globals ) /* Looks ok on T650, bad on lowres. Need to replace with gadget or icon or something long before ship. */ - WinDrawChars( &ch, 1, 160-7, 160-25 ); + WinDrawChars( &ch, 1, 160-7, 160-27 ); } } /* showBTState */ #endif