ui: Fixed QtDirectoryListBox size not growing to maximum in include path detection

This commit is contained in:
Eberhard Graether
2018-01-26 12:40:07 +01:00
parent 849ee12192
commit ae66220ca9
4 changed files with 9 additions and 47 deletions
@@ -43,7 +43,6 @@ void QtPathListDialog::populateWindow(QWidget* widget)
layout->addSpacing(10);
m_pathList = new QtDirectoryListBox(nullptr, m_title);
m_pathList->setMinimumHeight(150);
m_pathList->setMaximumHeight(1000);
layout->addWidget(m_pathList);