From a1ec23527529f51a63eb9aa9be436b37692481d7 Mon Sep 17 00:00:00 2001 From: megabigbug Date: Sat, 15 May 2010 16:12:09 +0200 Subject: don't use adjusteSize() compute the height from size hint of items decrease timer to 50 --- src/urlbar/urlbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/urlbar/urlbar.cpp') 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); } -- cgit v1.2.1