diff --git a/xwords4/linux/cursesmain.c b/xwords4/linux/cursesmain.c index 62bee07bd..c9970a4cc 100644 --- a/xwords4/linux/cursesmain.c +++ b/xwords4/linux/cursesmain.c @@ -1638,7 +1638,7 @@ positionSizeStuff( CursesAppGlobals* globals, int width, int height ) board_figureLayout( board, cGlobals->gi, 0, 0, width, height, 150, 200, /* percents */ - width*100/75, 2, 1, + width*75/100, 2, 1, XP_FALSE, &dims ); board_applyLayout( board, &dims );