Added a small note about applying entered values

This commit is contained in:
Andras Fuchs 2020-01-28 17:23:02 +01:00
parent 8d1feca472
commit 30d925d575
1 changed files with 5 additions and 0 deletions

View File

@ -192,6 +192,11 @@ public class WindowAutorouteDetailParameter extends BoardSavableSubWindow
against_preferred_direction_trace_costs_input_completed[i] = true;
}
javax.swing.JLabel applyValuesNote = new javax.swing.JLabel("(note: you need to press Enter to apply the new values)");
gridbag.setConstraints(applyValuesNote, gridbag_constraints);
main_panel.add(applyValuesNote, gridbag_constraints);
p_board_frame.set_context_sensitive_help(this, "WindowAutorouteDetailParameter");
this.refresh();