summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.cpp
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2010-05-15 16:12:09 +0200
committermegabigbug <megabigbug@arrakis.(none)>2010-05-15 16:12:09 +0200
commita1ec23527529f51a63eb9aa9be436b37692481d7 (patch)
treed14c3b8780bb1825b350be7a5225d8b18aec8df9 /src/urlbar/urlbar.cpp
parentThis commit should fix a lot of troubles on fast urlbar typing (diff)
downloadrekonq-a1ec23527529f51a63eb9aa9be436b37692481d7.tar.xz
don't use adjusteSize()
compute the height from size hint of items decrease timer to 50
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-rw-r--r--src/urlbar/urlbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index d2992c4d..06d281e1 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -402,7 +402,7 @@ void UrlBar::detectTypedString(const QString &typed)
if(_suggestionTimer->isActive())
_suggestionTimer->stop();
- _suggestionTimer->start(150);
+ _suggestionTimer->start(50);
}