Fixed card grid dimension initialisation.

This commit is contained in:
LevelX2 2016-02-27 09:27:43 +01:00
parent aa015b52e6
commit ac757b6a88
2 changed files with 10 additions and 3 deletions

View file

@ -182,6 +182,7 @@ public class CardSelector extends javax.swing.JPanel implements ComponentListene
public void changeGUISize() {
setGUISize();
cardGrid.changeGUISize();
}
private void setGUISize() {