]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Widen the GTK askalg() message box.
authorSimon Tatham <anakin@pobox.com>
Sat, 26 Sep 2015 13:13:56 +0000 (14:13 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 26 Sep 2015 13:13:56 +0000 (14:13 +0100)
commit1bdeff715c9b8c79ec5dc021b5aca403f575f1ae
tree2c59321d97767197608df39ba74bd7ede071dbcc
parent10d3b73d339a177f9fba680bc9aae70c77d2a3bb
Widen the GTK askalg() message box.

In GTK3, the line 'Continue with connection?' got wrapped (in spite of
my attempt to enforce via string_width() that it didn't - probably a
few pixels were needed on top of that for various padding and
furniture) so it looked even sillier. But it looked a bit narrow to be
sensible even in GTK2, so the simplest answer is just to widen it
considerably.
unix/gtkdlg.c