mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08: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…
Add table
Add a link
Reference in a new issue