]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/gtkask.c
Slightly improve layout in GTK3 Pageant passphrase prompts.
authorSimon Tatham <anakin@pobox.com>
Mon, 31 Aug 2015 14:45:27 +0000 (15:45 +0100)
committerSimon Tatham <anakin@pobox.com>
Mon, 31 Aug 2015 14:48:07 +0000 (15:48 +0100)
commit976e7782695070a0e20163e13b692e2d1150f401
tree7b6b446624023ee2f7acbb8406523f03cbf6901e
parent49ff9f480e973060c0c7215868fae53db096ce2d
Slightly improve layout in GTK3 Pageant passphrase prompts.

Now I've moved align_label_left() into gtkmisc.c where gtkask.c can
get at it, we can use it to fix the alignment of the prompt label.
Also, use gtk_label_set_width_chars() to give the label a more or less
sensible width.
unix/gtkask.c