diff --git a/palm/palmmain.c b/palm/palmmain.c index 6a9344e39..1a9549a44 100644 --- a/palm/palmmain.c +++ b/palm/palmmain.c @@ -352,10 +352,10 @@ positionBoard( PalmAppGlobals* globals ) /* since we only want the lines between cells one pixel wide, we can increase scale more than 2x when doubling. */ - scale = scale * doubler; if ( !showGrid ) { --scale; } + scale = scale * doubler; freeSpace = ((PALM_MAX_ROWS-nCols)/2) * scale; if ( isLefty ) {