mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
Raise status char a bit.
This commit is contained in:
parent
8c112261b0
commit
4fda93c34d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue