mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +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
|
/* 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 ) {
|
||||||
|
|
Loading…
Reference in a new issue