1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-11 08:13:46 -05:00
Files
putty-source/unix
Simon Tatham 06cf210552 Fix window resizing in GTK 3 PuTTY.
In GTK 3, it was impossible to resize the window smaller than it
started off, because the size request on the drawing area was taken as
a minimum. (I can't actually remember how the GTK 2 version doesn't
have this problem too.)

Fixed by instead setting the initial window size using
gtk_window_set_default_geometry() (having first set up the geometry
hints to reflect the character cell size).
2015-09-25 09:52:19 +01:00
..
2015-09-25 09:52:19 +01:00