X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xboard.c;h=0d11eae49289d04ec2d8cd148f3f9db27cd3d212;hb=059c63872e231d159577135b4029a4da237e92a6;hp=f975e95c3fc472685866ed4c202e84ba061683f2;hpb=e2024f47777179382c5d4640cf2e750258906340;p=xboard.git diff --git a/xboard.c b/xboard.c index f975e95..0d11eae 100644 --- a/xboard.c +++ b/xboard.c @@ -1969,6 +1969,7 @@ XBoard square size (hint): %d\n\ fprintf(stderr, _("Closest %s size: %d\n"), IMAGE_EXT, squareSize); } } + if(appData.overrideLineGap >= 0) lineGap = appData.overrideLineGap; /* [HR] height treated separately (hacked) */ boardWidth = lineGap + BOARD_WIDTH * (squareSize + lineGap);