Skip to content

Commit

Permalink
little more space for the summary text
Browse files Browse the repository at this point in the history
  • Loading branch information
subwiz committed Apr 27, 2014
1 parent 5539195 commit f7530ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class KeyStorePanel extends JPanel implements KeyStoreListener {
@Inject private KeyStoreDialog jd;

private final JLabel jl = new JLabel();
private final JTextField jtf = new JTextField(20);
private final JTextField jtf = new JTextField(23);
private final JButton jb_addEdit = new JButton(UIUtil.getIconFromClasspath(RCFileView.iconBasePath + "pencil_add.png"));
private final JButton jb_clear = new JButton(UIUtil.getIconFromClasspath(RCFileView.iconBasePath + "delete.png"));

Expand Down

0 comments on commit f7530ac

Please sign in to comment.