mirror of
https://github.com/hneemann/Digital.git
synced 2025-10-17 10:52:41 -04:00
new position of stop button in toolbar
This commit is contained in:
parent
7fc84db1f1
commit
3f1718c064
@ -581,12 +581,11 @@ public class Main extends JFrame implements ClosingWindowListener.ConfirmSave, E
|
||||
|
||||
toolBar.add(runModelState.setIndicator(runModelAction.createJButtonNoText()));
|
||||
toolBar.add(runToBreakAction.createJButtonNoText());
|
||||
toolBar.add(stoppedStateAction.createJButtonNoText());
|
||||
toolBar.addSeparator();
|
||||
toolBar.add(runModelMicroState.setIndicator(runModelMicroAction.createJButtonNoText()));
|
||||
toolBar.add(doStep.createJButtonNoText());
|
||||
toolBar.addSeparator();
|
||||
toolBar.add(stoppedStateAction.createJButtonNoText());
|
||||
toolBar.addSeparator();
|
||||
toolBar.add(runTests.createJButtonNoText());
|
||||
}
|
||||
|
||||
|
@ -26,6 +26,7 @@ public final class SingleValueDialog extends JDialog {
|
||||
DECIMAL(Lang.get("attr_dialogDecimal")),
|
||||
OCTAL(Lang.get("attr_dialogOctal")),
|
||||
ASCII(Lang.get("attr_dialogAscii")),
|
||||
// highZ needs to be the last entry!! See InMode#values(boolean)
|
||||
HIGHZ(Lang.get("attr_dialogHighz"));
|
||||
|
||||
private String langText;
|
||||
|
Loading…
x
Reference in New Issue
Block a user