mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
fix mistaken scoreboard size calc
This commit is contained in:
parent
3702a9f326
commit
19c70ccdcb
1 changed files with 1 additions and 1 deletions
|
@ -1638,7 +1638,7 @@ positionSizeStuff( CursesAppGlobals* globals, int width, int height )
|
||||||
board_figureLayout( board, cGlobals->gi,
|
board_figureLayout( board, cGlobals->gi,
|
||||||
0, 0, width, height,
|
0, 0, width, height,
|
||||||
150, 200, /* percents */
|
150, 200, /* percents */
|
||||||
width*100/75, 2, 1,
|
width*75/100, 2, 1,
|
||||||
XP_FALSE, &dims );
|
XP_FALSE, &dims );
|
||||||
board_applyLayout( board, &dims );
|
board_applyLayout( board, &dims );
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue