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:
commit
a230d42fab
@ -346,9 +346,6 @@ public class BasicFrame extends JFrame {
|
|||||||
button = new JButton(actions.getEditAction());
|
button = new JButton(actions.getEditAction());
|
||||||
panel.add(button, "sizegroup buttons");
|
panel.add(button, "sizegroup buttons");
|
||||||
|
|
||||||
button = new JButton(actions.getNewStageAction());
|
|
||||||
panel.add(button, "sizegroup buttons");
|
|
||||||
|
|
||||||
button = new JButton(actions.getDeleteAction());
|
button = new JButton(actions.getDeleteAction());
|
||||||
button.setIcon(null);
|
button.setIcon(null);
|
||||||
button.setMnemonic(0);
|
button.setMnemonic(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user