Consider frameWidth() for setting the inputline height
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 11 Apr 2009 08:29:33 +0000 (10:29 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 11 Apr 2009 08:29:33 +0000 (10:29 +0200)
commitb59ac9eaf6ab7580bca7d2cde3849229ddd11483
treefcd69aa7b9fadec06a05815f56806df18376c365
parent758d3568fe1a9cd08bd6c62c87ac3ac2c48f2f4d
Consider frameWidth() for setting the inputline height

Turns out that the problem of being too large if we do this seems to be an
issue with a new documentMargin() property in Qt 4.5. Setting this to 0 and
adding the frameWidth() to the font height should fix #625.
src/uisupport/inputline.cpp