Skip to content

Commit

Permalink
closes #697
Browse files Browse the repository at this point in the history
  • Loading branch information
hneemann committed Apr 8, 2021
1 parent 859a4f2 commit 50f09e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/de/neemann/digital/gui/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ private Main(MainBuilder builder) {
circuitComponent.addKeyListener(new ModelKeyListener());

statusLabel = new JLabel(" ");
statusLabel.setBorder(BorderFactory.createEmptyBorder(0, Screen.getInstance().getFontSize() * 2 / 3, 0, 0));
getContentPane().add(statusLabel, BorderLayout.SOUTH);

setupStates();
Expand Down

0 comments on commit 50f09e6

Please sign in to comment.