]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Stop using GtkAlignment in GTK 3.
authorSimon Tatham <anakin@pobox.com>
Mon, 31 Aug 2015 13:05:51 +0000 (14:05 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 31 Aug 2015 13:13:26 +0000 (14:13 +0100)
commitad8995b0d674d63a0a6898b0879dc3c9bb55dab2
treee03def262da849581cecab3fe4533c7e8b99cbb0
parent0b5a0c4da1f40fee351be1ae4494ef36ce1bef11
Stop using GtkAlignment in GTK 3.

We were using it in the main config box to ensure everything expanded
on window resize, but in GTK3 that's the default anyway. And we were
using it to put padding around the edges of the font selector, which
is now done using the "margin" property.
unix/gtkdlg.c
unix/gtkfont.c