]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Make Columns disregard the preferred width of GtkEntry.
authorSimon Tatham <anakin@pobox.com>
Thu, 27 Aug 2015 17:59:24 +0000 (18:59 +0100)
committerSimon Tatham <anakin@pobox.com>
Thu, 27 Aug 2015 17:59:24 +0000 (18:59 +0100)
commit9edf7910fc0a1c329cc891942b2e1bd66570bc77
tree400e2c07107c3e5228036f3e81f7421b3cfc6390
parentb8dd15b8ffd6a9ebdbeceb9db3a3507492780e88
Make Columns disregard the preferred width of GtkEntry.

On OS X GTK, it requests a preferred width that's way too large. I
think that's because that's based on its max_width_chars rather than
its width_chars (and I only set the latter). But I don't want to
actually reduce its max_width_chars, in case (either now or in a
future version) that causes it to actually refuse to take up all the
space it's allocated.
unix/gtkcols.c