Skip to content

Commit

Permalink
增加关闭标签快捷键
Browse files Browse the repository at this point in the history
  • Loading branch information
iamlinhui committed Dec 3, 2020
1 parent 1177d5b commit 79e26dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hi/chyl/json/MainView.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private void initUI() {
private JToolBar createToolBar() {
JToolBar toolbar = new JToolBar();
final JTextField textField = new JTextField();
textField.setMaximumSize(new Dimension(180, 25));
textField.setMaximumSize(new Dimension(180, 100));
// JButton btnAppTitle = new JButton("标题修改");
JButton btnFormat = new JButton("格式化(F)");
JButton btnSort = new JButton("排序(G)");
Expand Down

0 comments on commit 79e26dc

Please sign in to comment.