forked from External/mage
Fixed card grid dimension initialisation.
This commit is contained in:
parent
aa015b52e6
commit
ac757b6a88
2 changed files with 10 additions and 3 deletions
|
|
@ -182,6 +182,7 @@ public class CardSelector extends javax.swing.JPanel implements ComponentListene
|
|||
|
||||
public void changeGUISize() {
|
||||
setGUISize();
|
||||
cardGrid.changeGUISize();
|
||||
}
|
||||
|
||||
private void setGUISize() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue