Merge pull request #630 from teyrana/fix/551/duplicate-button

[fixes #551] [UI] removed 'add stage' text button; reordered remaining buttons
This commit is contained in:
Daniel Williams 2020-04-25 13:16:49 -04:00 committed by GitHub
commit a230d42fab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -346,9 +346,6 @@ public class BasicFrame extends JFrame {
button = new JButton(actions.getEditAction());
panel.add(button, "sizegroup buttons");
button = new JButton(actions.getNewStageAction());
panel.add(button, "sizegroup buttons");
button = new JButton(actions.getDeleteAction());
button.setIcon(null);
button.setMnemonic(0);