[Qemu-devel] [PATCH] gtk: Add a scrollbar for text consoles

2014-04-30 Thread Gerd Hoffmann
From: Cole Robinson Only show the scrollbar if the content doesn't fit on the visible space. [ kraxel: fix box packing ] Signed-off-by: Cole Robinson Signed-off-by: Gerd Hoffmann --- ui/gtk.c | 42 -- 1 file changed, 40 insertions(+), 2 deletions(-) d

[Qemu-devel] [PATCH] gtk: Add a scrollbar for text consoles

2014-04-29 Thread Cole Robinson
Only show the scrollbar if the content doesn't fit on the visible space. Signed-off-by: Cole Robinson --- This applies on top of Gerd's series 'gtk: cleanups continued' ui/gtk.c | 42 -- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/ui/gt