]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Aha, _that's_ why there was some unexplained space on the RHS of the
authorSimon Tatham <anakin@pobox.com>
Sat, 29 Mar 2008 14:54:55 +0000 (14:54 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 29 Mar 2008 14:54:55 +0000 (14:54 +0000)
commitc3dbd71f9d79d546b806303c07faf466fed8cdf7
tree733cfb37955339941cd3b2d97e23e923180f14db
parentae802c16d8feb31f3c3600b3e2176b5d20d64da9
Aha, _that's_ why there was some unexplained space on the RHS of the
font selector: I had got the row and column counts in
gtk_table_new() back to front, so the space on the right was the
padding around five empty table columns! (And apparently a GtkTable
silently expands if you try to use rows that don't exist, which is
why I hadn't already noticed.)

Fixed that, and added some padding around the entire table. I think
my font selector is now finished, except for any bug fixes that come
up in testing.

[originally from svn r7954]
unix/gtkfont.c