Fix explosion of clocks for large board size GTK
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 6 Apr 2016 07:38:56 +0000 (09:38 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Apr 2016 08:24:58 +0000 (10:24 +0200)
commit3bd0288f93aab3a5ff3aec2eecc98ca2fa007898
treee522a0b4ff1cf04a28c3e827dec35e80997fa244
parent1bcd7e1d10ede3c8116f5b2009283875321a8d48
Fix explosion of clocks for large board size GTK

When packing things in a hbox for getting them on the same row,
the hbox was made vertically expandable when the height of the first
element was requested > 80 (assuming it would be a text memo). At
square sizes > 81 the logos would require a height > 80, though,
and would be the first element on the logo + clocks row. This would
make them expandable, so that the window height would be equally divided
between board and logos (which again would leave preciously little for
the board). Now the expandability is reserved for TextBox Options only.
gtk/xoptions.c