Slightly increase whitespace above and below the standard table rows.
| 1000 | 1018 | |
|---|---|---|
| 389 | 389 | defaultHeight = Constants.DEFAULT_ROW_HEIGHT; |
| 390 | 390 | } else { |
| 391 | 391 | FontMetrics metrics = g.getFontMetrics(def); |
| 392 | defaultHeight = metrics.getMaxAscent() + metrics.getMaxDescent() + metrics.getLeading(); | |
| 392 | defaultHeight = metrics.getMaxAscent() + metrics.getMaxDescent() + metrics.getLeading()+4; | |
| 393 | 393 | } |
| 394 | 394 | |
| 395 | 395 | if (_table.convertColumnIndexToView(TableColumnController.THUMBNAIL) != -1) { |
