Skip to content

Commit

Permalink
update search box size
Browse files Browse the repository at this point in the history
  • Loading branch information
jackychu0830 committed Oct 30, 2021
1 parent 12b4a62 commit 47bef69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public DraftListPanel(JySrtTools jySrtTools, JyTextPanel parent) {

JPanel searchPanel = new JPanel();
searchPanel.setLayout(new FlowLayout(FlowLayout.RIGHT));
searchBox = new SearchBox(28);
searchBox = new SearchBox(32);
addSearchBoxListener();
searchPanel.add(searchBox);
btnAzSort = new JButton();
Expand Down

0 comments on commit 47bef69

Please sign in to comment.