Skip to content
Snippets Groups Projects
Commit d2ada829 authored by con's avatar con
Browse files

Increase the width of the locator window a bit.

Should still be ok on small screens though.
Suggested by Christian Hoenig.
parent 7619ef24
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment