Unlock width requests in board window GTK
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 5 Apr 2016 14:36:15 +0000 (16:36 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Apr 2016 08:24:57 +0000 (10:24 +0200)
commit2c75a093de6ecd222c1586b9ff0ec554666a80fa
tree57292550e0bed160ee13040a7b415f4e0b447ae2
parentf5445dab3a8035dfdfa3eb8581d323c0661390fb
Unlock width requests in board window GTK

The message field and clocks had a specified width to force them as
wide as the board irrespective of their text content. This prevented
the user to size the board window below the initial width. The size
requests are now removes after initial pop up, as they already were
for Graph widgets. This means the width of the window can now be
decreased, although we quickly run into the point where the texts
on clock or menu bar prevent further shrinking. (Which could only
be prevented by clipping the menu texts more, or decreasing the clock
font.)
gtk/xoptions.c