forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user