Fixed window resize by to long text in inputbox.
authorDaniel Carl <danielcarl@gmx.de>
Sat, 25 Oct 2014 00:31:52 +0000 (02:31 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sat, 25 Oct 2014 00:32:24 +0000 (02:32 +0200)
commit451ba581558e61762b0bdee98df68838927a45f0
treefb2b2df9de6fc9cb10ec9453f0916846ecf2200f
parent4917d751eb3b9239d9932c948377635f5f2b3a47
Fixed window resize by to long text in inputbox.

The GTK3 text view grows with it's content and forces the whole main window to
increase. To fix this, the text view is put into a scrolled window. This might
be a hack, because we do not use the scrolled window itself, but this restores
the behaviour of the plain text view of GTK2.
src/main.c