Slightly increase whitespace above and below the standard table rows.

by mrs, 10 Oct, 2009 11:20 PM
1000 1018  
389389       defaultHeight = Constants.DEFAULT_ROW_HEIGHT;
390390     } else {
391391       FontMetrics metrics = g.getFontMetrics(def);
392       defaultHeight = metrics.getMaxAscent() + metrics.getMaxDescent() + metrics.getLeading();
392       defaultHeight = metrics.getMaxAscent() + metrics.getMaxDescent() + metrics.getLeading()+4;
393393     }
394394 
395395     if (_table.convertColumnIndexToView(TableColumnController.THUMBNAIL) != -1) {