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); }