mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Restored row height
This commit is contained in:
@@ -109,7 +109,7 @@ public class ContributionListPanel extends JPanel implements Scrollable, Contrib
|
||||
table.setFillsViewportHeight(true);
|
||||
// table.setBorder();
|
||||
table.setDefaultRenderer(Contribution.class, new StatusRendere());
|
||||
table.setRowHeight(40);
|
||||
table.setRowHeight(30);
|
||||
table.setRowMargin(6);
|
||||
table.getColumnModel().setColumnMargin(-1);
|
||||
table.getColumnModel().getColumn(0).setMaxWidth(60);
|
||||
|
||||
Reference in New Issue
Block a user