From d2ada829216675698cb89382b08f9f01e394ed27 Mon Sep 17 00:00:00 2001
From: con <qtc-committer@nokia.com>
Date: Wed, 13 May 2009 12:12:11 +0200
Subject: [PATCH] Increase the width of the locator window a bit.

Should still be ok on small screens though.
Suggested by Christian Hoenig.
---
 src/plugins/quickopen/quickopentoolwindow.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/quickopen/quickopentoolwindow.cpp b/src/plugins/quickopen/quickopentoolwindow.cpp
index ee36e4688fe..462e1d94df3 100644
--- a/src/plugins/quickopen/quickopentoolwindow.cpp
+++ b/src/plugins/quickopen/quickopentoolwindow.cpp
@@ -238,7 +238,7 @@ void CompletionList::updatePreferredSize()
         preferredWidth = width();
 #endif
 
-    m_preferredSize = QSize(600, //qMax(600, preferredWidth),
+    m_preferredSize = QSize(730, //qMax(600, preferredWidth),
                             shint.height() * 17 + frameWidth() * 2);
     //header()->setStretchLastSection(true);
 }
-- 
GitLab