summaryrefslogtreecommitdiff
path: root/src/searchbar.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2008-12-21 00:07:53 +0100
committerAndrea Diamantini <adjam7@gmail.com>2008-12-21 00:07:53 +0100
commit85088c590ef99f9487abf2768f8084653cd4ab16 (patch)
tree949be6cf87b780d0b5b39da5eb614a959df9d8a2 /src/searchbar.cpp
parentAdded .desktop file (diff)
downloadrekonq-85088c590ef99f9487abf2768f8084653cd4ab16.tar.xz
- Added kWarning for fixed minimun size
- updated TODO - upgraded .desktop file
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);