From dc27ff8b7082500a6d25f9c0acd92cf91e84706f Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Thu, 12 Mar 2015 12:01:12 +0100 Subject: [PATCH] Core installer: status message placed at bottom right corner --- .../contributions/ui/ContributedPlatformTableCell.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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); }