Widend the text box of the autorouter's pass parameter a little more
This commit is contained in:
parent
0cf6f54c2a
commit
498b7a4140
|
@ -88,7 +88,7 @@ public class WindowAutorouteDetailParameter extends BoardSavableSubWindow
|
|||
main_panel.add(start_pass_label);
|
||||
|
||||
start_pass_no = new javax.swing.JFormattedTextField(number_format);
|
||||
start_pass_no.setColumns(4);
|
||||
start_pass_no.setColumns(5);
|
||||
this.start_pass_no.addKeyListener(new StartPassFieldKeyListener());
|
||||
this.start_pass_no.addFocusListener(new StartPassFieldFocusListener());
|
||||
gridbag_constraints.gridwidth = java.awt.GridBagConstraints.REMAINDER;
|
||||
|
|
Loading…
Reference in New Issue