mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
stack min size
This commit is contained in:
parent
27a260d86f
commit
ccf201cfc4
1 changed files with 1 additions and 1 deletions
|
@ -952,7 +952,7 @@ public class GamePanel extends javax.swing.JPanel {
|
|||
.addComponent(helper, GroupLayout.DEFAULT_SIZE, GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
||||
.addComponent(handContainer, GroupLayout.DEFAULT_SIZE, GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
|
||||
)
|
||||
.addComponent(stack, GroupLayout.DEFAULT_SIZE, 400, 400)
|
||||
.addComponent(stack, 400, 400, 400)
|
||||
|
||||
)
|
||||
.addGap(0)
|
||||
|
|
Loading…
Reference in a new issue