Fix sizing of slave board GTK
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 20 Feb 2013 10:56:12 +0000 (11:56 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 20 Feb 2013 10:56:12 +0000 (11:56 +0100)
commit49254d2c6abc5586805adb5186172fabefcad7d9
treef9b1869a1c0c30ecdad1b04b90930bc5e6fb394f
parent204df43a817c927d4db73f81cd4b4ce5075def6b
Fix sizing of slave board GTK

For lack of a known method to specify a default size for Graph widgets,
we have to use the same system as for the main board: create with 0x0 size,
and measure the size of the outer window to determine margins.
After every popup we then resize to the required board size plus these
margins. (Awful...)
dialogs.c
dialogs.h
gtk/xboard.c
xaw/xboard.c