[ui] removed 'add stage' text button; reordered remaining buttons
This commit is contained in:
parent
2203a3d18c
commit
bbe2598454
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user