forked from External/mage
* Fixed that creatures that have to pay costs to block were wrongly forced to block causing UI locks.
This commit is contained in:
parent
3868066e00
commit
0a0cb40783
7 changed files with 112 additions and 6 deletions
|
|
@ -76,7 +76,10 @@ public class HelperPanel extends JPanel {
|
|||
setOpaque(false);
|
||||
|
||||
JPanel container = new JPanel();
|
||||
|
||||
container.setPreferredSize(new Dimension(100, 30));
|
||||
container.setMinimumSize(new Dimension(20, 20));
|
||||
container.setMaximumSize(new Dimension(2000, 100));
|
||||
container.setLayout(new GridBagLayout());
|
||||
container.setOpaque(false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue