spjspj - Further changes to height of Player Panel.

This commit is contained in:
spjspj 2016-09-28 23:27:15 +10:00
parent 5b941d4c5e
commit 458cbfa71a
2 changed files with 3 additions and 3 deletions

View file

@ -82,7 +82,7 @@ public class PlayAreaPanel extends javax.swing.JPanel {
private JCheckBoxMenuItem holdPriorityMenuItem;
public static final int PANEL_HEIGHT = 263;
public static final int PANEL_HEIGHT_SMALL = 190;
public static final int PANEL_HEIGHT_SMALL = 210;
/**
* Creates new form PlayAreaPanel