Skip to content

Commit

Permalink
prevent status label overrides other components (connect status and t…
Browse files Browse the repository at this point in the history
…ime)
  • Loading branch information
dzmipt committed Jun 28, 2024
1 parent 4be6c03 commit 888d74b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/studio/ui/statusbar/StatusBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ public StatusBar() {
boxStatus.add(Box.createHorizontalGlue());
setBorder(boxStatus);

boxStatus.setMinimumSize(new Dimension(0,0));
add(boxStatus);
}

Expand Down

0 comments on commit 888d74b

Please sign in to comment.