* Fixed that creatures that have to pay costs to block were wrongly forced to block causing UI locks.

This commit is contained in:
LevelX2 2015-07-01 23:00:22 +02:00
parent 3868066e00
commit 0a0cb40783
7 changed files with 112 additions and 6 deletions

View file

@ -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);