gtk: simplify resize
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 5 May 2014 12:55:18 +0000 (14:55 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 26 May 2014 06:41:03 +0000 (08:41 +0200)
commitd3ef575080c1d7a59a7df0678702f5e320000e87
treee9e656b2716c1e80a06dda55c1e2fa3d27d6e1be
parent6a24ced5cab3e7cc5b2efd7122b5e191950998aa
gtk: simplify resize

Simply ask for a small window size.  When the widgets don't fit in gtk
will automatically make the window large enougth to make things fit, no
need to try (and fail) duplicate that logic in qemu.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/gtk.c