Core installer: status message placed at bottom right corner

This commit is contained in:
Federico Fissore 2015-03-12 12:01:12 +01:00
parent 4562ad8ded
commit dc27ff8b70
1 changed files with 1 additions and 3 deletions

View File

@ -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);
}