chiark / gitweb /
Fix packing direction of config boxes.
authorSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 11:27:49 +0000 (12:27 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 3 Oct 2015 15:07:04 +0000 (16:07 +0100)
commit7242dcc4effe85a116eb03c1f708719b63d14076
tree9dfed024064edf4492b18e789424cc597459b4b1
parent8b491946ef0d7f34b310faf5bf484f5a419887a2
Fix packing direction of config boxes.

We were packing the GtkTable into the dialog's content area using
gtk_box_pack_end, which had the slightly silly effect that resizing
the config box vertically would keep all the controls aligned to the
_bottom_ rather than the top.
gtk.c