Fixed too small completion box if completion list is small (#39).
authorDaniel Carl <danielcarl@gmx.de>
Sun, 30 Jun 2013 19:40:49 +0000 (21:40 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 30 Jun 2013 19:40:49 +0000 (21:40 +0200)
commitdd97c634228671cafddb38d61ccaf00b7275e6bb
treeda1aa3bdfa7997977b6cbf1404bfbbd8d153d880
parent0f5963e3d89594f0b6b7b5b3fa807348fad69d39
Fixed too small completion box if completion list is small (#39).

If there where only few item in completion list, the completion list where
shrinked under the allow winheight/3 value (only gtk3). Now we set the min
content height of the scrollable window also if this should already fit.
src/completion.c
src/main.c