[ui] removed 'add stage' text button; reordered remaining buttons

This commit is contained in:
Daniel_M_Williams 2020-04-20 00:03:29 -04:00
parent 2203a3d18c
commit bbe2598454

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