diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2008-12-21 00:07:53 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2008-12-21 00:07:53 +0100 |
commit | 85088c590ef99f9487abf2768f8084653cd4ab16 (patch) | |
tree | 949be6cf87b780d0b5b39da5eb614a959df9d8a2 /src | |
parent | Added .desktop file (diff) | |
download | rekonq-85088c590ef99f9487abf2768f8084653cd4ab16.tar.xz |
- Added kWarning for fixed minimun size
- updated TODO
- upgraded .desktop file
Diffstat (limited to 'src')
-rw-r--r-- | src/searchbar.cpp | 2 |
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); |