summaryrefslogtreecommitdiff
path: root/src/lineedit.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-05-14 11:58:32 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-05-14 11:58:32 +0200
commit94329b092dae7d139b299416f4fe4e2bbae75a1d (patch)
tree94899b70d3efd1dbadad266217bab940d4a81dce /src/lineedit.cpp
parentRemoved static ActionCollection and creating them on loading. (diff)
downloadrekonq-94329b092dae7d139b299416f4fe4e2bbae75a1d.tar.xz
Fixed (hopefully) searchbar. Near its last release..
Diffstat (limited to 'src/lineedit.cpp')
-rw-r--r--src/lineedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lineedit.cpp b/src/lineedit.cpp
index 9ca963af..dd90ce5a 100644
--- a/src/lineedit.cpp
+++ b/src/lineedit.cpp
@@ -33,7 +33,7 @@
LineEdit::LineEdit(QWidget* parent)
: KLineEdit(parent)
{
- setMinimumWidth(180);
+ setMinimumWidth(200);
setFocusPolicy(Qt::WheelFocus);
setHandleSignals(true);