* Exile windows - Resize of the exile windows is now allowed .

This commit is contained in:
LevelX2 2014-03-20 13:44:06 +01:00
parent 79b319777f
commit d9dfa0ef37
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JInternalFrameFormInfo">
<Properties>
<Property name="iconifiable" type="boolean" value="true"/>
<Property name="resizable" type="boolean" value="true"/>
</Properties>
<SyntheticProperties>
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>

View file

@ -91,6 +91,7 @@ public class ExileZoneDialog extends MageDialog {
cards = new mage.client.cards.Cards();
setIconifiable(true);
setResizable(true);
cards.setPreferredSize(new java.awt.Dimension(Config.dimensions.frameWidth, Config.dimensions.frameHeight + 25));