mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
* Exile windows - Resize of the exile windows is now allowed .
This commit is contained in:
parent
79b319777f
commit
d9dfa0ef37
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JInternalFrameFormInfo">
|
<Form version="1.3" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JInternalFrameFormInfo">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="iconifiable" type="boolean" value="true"/>
|
<Property name="iconifiable" type="boolean" value="true"/>
|
||||||
|
<Property name="resizable" type="boolean" value="true"/>
|
||||||
</Properties>
|
</Properties>
|
||||||
<SyntheticProperties>
|
<SyntheticProperties>
|
||||||
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
|
<SyntheticProperty name="formSizePolicy" type="int" value="1"/>
|
||||||
|
|
|
@ -91,6 +91,7 @@ public class ExileZoneDialog extends MageDialog {
|
||||||
cards = new mage.client.cards.Cards();
|
cards = new mage.client.cards.Cards();
|
||||||
|
|
||||||
setIconifiable(true);
|
setIconifiable(true);
|
||||||
|
setResizable(true);
|
||||||
|
|
||||||
cards.setPreferredSize(new java.awt.Dimension(Config.dimensions.frameWidth, Config.dimensions.frameHeight + 25));
|
cards.setPreferredSize(new java.awt.Dimension(Config.dimensions.frameWidth, Config.dimensions.frameHeight + 25));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue