mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
changes based on review comment
This commit is contained in:
parent
554db1aedc
commit
6d45a54ccd
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user