Increase the width of the locator window a bit.

Should still be ok on small screens though.
Suggested by Christian Hoenig.
This commit is contained in:
con
2009-05-13 12:12:11 +02:00
parent 7619ef2497
commit d2ada82921

View File

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