mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00: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…
Reference in a new issue