diff --git a/app/src/cc/arduino/packages/contributions/ui/ContributedPlatformTableCell.java b/app/src/cc/arduino/packages/contributions/ui/ContributedPlatformTableCell.java index 7801bb1c2..0437c78e0 100644 --- a/app/src/cc/arduino/packages/contributions/ui/ContributedPlatformTableCell.java +++ b/app/src/cc/arduino/packages/contributions/ui/ContributedPlatformTableCell.java @@ -169,9 +169,7 @@ public class ContributedPlatformTableCell extends InstallerTableCell { statusLabel = new JLabel(" "); inactiveButtonsPanel.add(statusLabel); - - inactiveButtonsPanel.add(Box.createGlue()); - inactiveButtonsPanel.add(Box.createVerticalStrut(height)); + inactiveButtonsPanel.add(Box.createHorizontalStrut(15)); panel.add(inactiveButtonsPanel); }