Merge pull request #2985 from Joern-R/CCResize

Column Chooser Popup - Text Length
This commit is contained in:
Joern
2018-12-31 11:41:29 +01:00
committed by GitHub

View File

@@ -1333,9 +1333,9 @@ ColumnChooser::ColumnChooser(QList<QString>&logicalHeadings)
}
scrollarea->setWidget(but);
but->setFixedWidth(230* dpiXFactor);
scrollarea->setFixedWidth(250* dpiXFactor);
setFixedWidth(250* dpiXFactor);
but->setFixedWidth((but->width()+10)* dpiXFactor);
scrollarea->setFixedWidth((but->width()+20)* dpiXFactor);
setFixedWidth((but->width()+20)* dpiXFactor);
}
void