Pick -boardSize on window width rather than square size
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 5 Apr 2016 16:52:32 +0000 (18:52 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Apr 2016 08:24:57 +0000 (10:24 +0200)
commit945cd7a8c01737a506fcb7c304dfdc71d6fab144
tree459b672917ab53fb526ce8a2badc946dc5b2847d
parent85728f96bfa1f6bccef9c920fa3eccd4dd3c518e
Pick -boardSize on window width rather than square size

For boards with other than 8 files the squares will be scaled different
from what the sizeDefaults say, so that the font and menu clipping
determined by the latter will match the total board width. We now pick
the boardSize after sizing such that popup with an 8-wide board next time
would reproduce the board width.
gtk/xboard.c