mirror of
https://github.com/arduino/Arduino.git
synced 2024-11-29 10:24:12 +01:00
Core installer: status message placed at bottom right corner
This commit is contained in:
parent
4562ad8ded
commit
dc27ff8b70
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user