Skip to content

Commit

Permalink
fix(ui): 修正部件隐藏时的显示宽度问题
Browse files Browse the repository at this point in the history
  • Loading branch information
nICEnnnnnnnLee committed Sep 25, 2024
1 parent c6f18ae commit ff5dbe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nicelee/ui/TabSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ public void focusLost(FocusEvent e) {
JPanel p = new JPanel(new FlowLayout(FlowLayout.LEFT, 0, 0));
p.add(btnFileChooser);
p.add(blank);
p.setVisible(visible);
jpContent.add(p);
} else {
jpContent.add(blank);
Expand Down

0 comments on commit ff5dbe2

Please sign in to comment.