Skip to content

Commit 93db396

Browse files
committed
make the error table extend white
1 parent 854f61a commit 93db396

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

app/src/processing/app/ui/ErrorTable.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ public class ErrorTable extends JTable {
6262
Color headerColor;
6363
Color headerBgColor;
6464

65-
Font rowFont;
66-
Color rowColor;
67-
Color rowBgColor;
65+
// Font rowFont;
66+
// Color rowColor;
67+
// Color rowBgColor;
6868

6969

7070
public ErrorTable(final Editor editor) {
@@ -117,6 +117,7 @@ synchronized public void mouseClicked(MouseEvent e) {
117117
});
118118

119119
header.setReorderingAllowed(false);
120+
setFillsViewportHeight(true);
120121
ToolTipManager.sharedInstance().registerComponent(this);
121122
}
122123

0 commit comments

Comments
 (0)