mirror of
https://github.com/Wisser/Jailer.git
synced 2026-05-20 11:29:05 -05:00
print header separator line with gaps
This commit is contained in:
@@ -695,6 +695,9 @@ public class TabContentPanel extends javax.swing.JPanel {
|
||||
}
|
||||
if (y == 0 && sep == null && incHeader && !(rotate ^ columnNamesInFirstRow)) {
|
||||
int o = 2;
|
||||
if (cell[y].length == 1) {
|
||||
sb.append(" ");
|
||||
}
|
||||
for (int x = 0; x < cell[y].length; ++x) {
|
||||
if (maxLength[x] > 0) {
|
||||
for (int i = o; i < 2 + maxLength[x]; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user