changes based on review comment

This commit is contained in:
Kelly Kelly 2019-07-31 15:16:50 -04:00
parent 554db1aedc
commit 6d45a54ccd

View File

@ -579,7 +579,7 @@ public class DataResultViewerTable extends AbstractDataResultViewer {
int columnWidth = columnWidths.get(column);
if(cntMaxSizeColumns > 0) {
if(columnWidth >= 300) {
if(columnWidth >= ((column == 0) ? 350 : 300)) {
columnWidth += extraWidth;
}
} else {