From 2249bef703da4c253d0bb17faec90f96992de9fa Mon Sep 17 00:00:00 2001 From: Akarshit Wal Date: Thu, 16 Jul 2015 20:59:41 +0530 Subject: [PATCH] Restored row height --- app/src/processing/app/contrib/ContributionListPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/processing/app/contrib/ContributionListPanel.java b/app/src/processing/app/contrib/ContributionListPanel.java index 12d75d4c3..3c267c9ac 100644 --- a/app/src/processing/app/contrib/ContributionListPanel.java +++ b/app/src/processing/app/contrib/ContributionListPanel.java @@ -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);