Fix clipping of GTK menu-bar labels for broad boards
authorH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 5 Feb 2016 09:06:09 +0000 (10:06 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Fri, 5 Feb 2016 09:10:34 +0000 (10:10 +0100)
commit6ca807f73dc2b01a2e36161775ef880c3b448c0d
tree23540770fdb6f9b36eee3b929059688d4367bd7d
parent6bead4fda35db0cb9ec61309ee7cd9c99bb53475
Fix clipping of GTK menu-bar labels for broad boards

The number of characters kept in the menu-bar labels was dependent on
square size, but did not take into account the number of files of the
board. So when there were more than 8 files, the label texts were often
clipped while there was in fact plenty of room to display them fully.
Now the adjustment of square size based on number of board files is done
after the other window parameters have been picked based on the window
width calculated as 8*squareSize. Only the default line gap is then
adapted to the actual square size (consistent with what is done during
user sizing of the board later).
gtk/xboard.c