0003-Add-extra-spacing-to-deal-with-borders-so-that-the-i.patch
| src/uisupport/inputline.cpp | ||
|---|---|---|
| 35 | 35 |
{
|
| 36 | 36 |
#ifdef HAVE_KDE |
| 37 | 37 |
//This is done to make the KTextEdit look like a lineedit |
| 38 |
setMaximumHeight(document()->size().toSize().height()); |
|
| 38 |
setMaximumHeight(document()->size().toSize().height() + 2);
|
|
| 39 | 39 |
setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff); |
| 40 | 40 |
setAcceptRichText(false); |
| 41 | 41 |
setLineWrapMode(NoWrap); |
| 42 |
- |
|