double scale after reducing for border size

This commit is contained in:
ehouse 2004-05-16 14:32:24 +00:00
parent 742e03970d
commit 4fb66b6518

View file

@ -352,10 +352,10 @@ positionBoard( PalmAppGlobals* globals )
/* since we only want the lines between cells one pixel wide, we can /* since we only want the lines between cells one pixel wide, we can
increase scale more than 2x when doubling. */ increase scale more than 2x when doubling. */
scale = scale * doubler;
if ( !showGrid ) { if ( !showGrid ) {
--scale; --scale;
} }
scale = scale * doubler;
freeSpace = ((PALM_MAX_ROWS-nCols)/2) * scale; freeSpace = ((PALM_MAX_ROWS-nCols)/2) * scale;
if ( isLefty ) { if ( isLefty ) {