summaryrefslogtreecommitdiff
path: root/src/searchbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/searchbar.cpp')
-rw-r--r--src/searchbar.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/searchbar.cpp b/src/searchbar.cpp
index 0cf8e801..8b21daf5 100644
--- a/src/searchbar.cpp
+++ b/src/searchbar.cpp
@@ -29,6 +29,8 @@ SearchBar::SearchBar(QWidget *parent) :
KLineEdit(parent)
{
setMinimumWidth(180);
+ kWarning() << "setting fixed minimum width.." ;
+
setFocusPolicy( Qt::WheelFocus );
setMouseTracking( true );
setAcceptDrops(true);