mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Modified logic that decides when the popup window will be enlarged.
This commit is contained in:
parent
a398b82e09
commit
4262850553
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ public class CardInfoPaneImpl extends JEditorPane implements CardInfoPane {
|
|||
if (container == null) {
|
||||
return;
|
||||
}
|
||||
boolean makeBig = (rules > 5 || ruleLength > 450);
|
||||
boolean makeBig = (rules > 5 || ruleLength > 350);
|
||||
if (makeBig && type == 0) {
|
||||
type = 1;
|
||||
container.setSize(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue