mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +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) {
|
if (container == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
boolean makeBig = (rules > 5 || ruleLength > 450);
|
boolean makeBig = (rules > 5 || ruleLength > 350);
|
||||||
if (makeBig && type == 0) {
|
if (makeBig && type == 0) {
|
||||||
type = 1;
|
type = 1;
|
||||||
container.setSize(
|
container.setSize(
|
||||||
|
|
Loading…
Reference in a new issue