This commit is contained in:
rusefi 2020-07-31 19:35:25 -04:00
parent 1c7975723a
commit aef12e44ef
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ public class PresetsPane {
private static final int MINIMAL_PINS = 99;
private final UIContext uiContext;
private JPanel content = new JPanel(new GridLayout(2, 4));
private final JPanel content = new JPanel(new GridLayout(4, 5));
public PresetsPane(UIContext uiContext) {
this.uiContext = uiContext;