Widend the text box of the autorouter's pass parameter a little more

This commit is contained in:
Andras Fuchs 2020-02-04 14:33:43 +01:00
parent 0cf6f54c2a
commit 498b7a4140
1 changed files with 1 additions and 1 deletions

View File

@ -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;