Patch from Mark Wooding: stop setting GTK_EXPAND for the x-direction
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 21 Jun 2009 13:34:50 +0000 (13:34 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sun, 21 Jun 2009 13:34:50 +0000 (13:34 +0000)
commitc7efa5beeca8a783cfac8d2055ba89b35df8ef21
treefe0aece6756b2d6df36c0f75c27b44726823d6ab
parentfe5d2401f082a44c36a1ab7d86af10eaf457dfd2
Patch from Mark Wooding: stop setting GTK_EXPAND for the x-direction
on labels in tables. The effect is that if you resize (e.g.) Solo's
configuration panel, the labels to the left of the various input
boxes will remain just big enough to fit their text in, and all the
extra space will be taken up by the useful part, i.e. the input
boxes themselves. Previously the labels and input boxes would expand
in a 1:1 ratio, causing lots of space to the right of the label text
that wasn't used for anything.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@8599 cda61777-01e9-0310-a592-d414129be87e
gtk.c