Make board sizing work through subtracting fixed height
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 22 Oct 2012 20:41:14 +0000 (22:41 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Tue, 6 Nov 2012 13:15:21 +0000 (14:15 +0100)
commit8a302da3e84a2d054af33b6e329684ebb3510b69
treea52af8dba0934c58dcf8e73c7079e4d63ef4ecde
parentcddb5c485a52d0444e81b4df49e1fe921c78b53c
Make board sizing work through subtracting fixed height

There is now no attempt to give a size to the board drawing area, so it
can later be sized as small as we want. The frame width is determined
by subtracting the nominal board size from the actual window size,
(because the clocks will have that width, and the board will startas 1x1),
while the vertical margin is determined as the difference between the
bactual window height, the drawing-area height minus a fudge of 25 pixels
to compesate for the erroneously allocated blank space below the board.
dialogs.c
gtk/xboard.c
gtk/xoptions.c