|
@@ -234,7 +234,7 @@ public class TableListing {
|
|
Column column = columns[i];
|
|
Column column = columns[i];
|
|
if (column.wrap) {
|
|
if (column.wrap) {
|
|
int maxWidth = column.getMaxWidth();
|
|
int maxWidth = column.getMaxWidth();
|
|
- if (maxWidth > 4) {
|
|
|
|
|
|
+ if (maxWidth > 10) {
|
|
column.setWrapWidth(maxWidth-1);
|
|
column.setWrapWidth(maxWidth-1);
|
|
modified = true;
|
|
modified = true;
|
|
width -= 1;
|
|
width -= 1;
|