mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
double scale after reducing for border size
This commit is contained in:
parent
742e03970d
commit
4fb66b6518
1 changed files with 1 additions and 1 deletions
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue