mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Minor fix for fixed Issue#45
This commit is contained in:
parent
fd7ab45a14
commit
c53bcd6b2b
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ public class CardInfoPaneImpl extends JEditorPane implements CardInfoPane {
|
|||
org.mage.plugins.card.constants.Constants.TOOLTIP_HEIGHT_MAX + org.mage.plugins.card.constants.Constants.TOOLTIP_BORDER_WIDTH
|
||||
);
|
||||
this.setSize(org.mage.plugins.card.constants.Constants.TOOLTIP_WIDTH_MIN, org.mage.plugins.card.constants.Constants.TOOLTIP_HEIGHT_MAX);
|
||||
} else if (type == 1) {
|
||||
} else if (count < 6 && type == 1) {
|
||||
type = 0;
|
||||
container.setSize(
|
||||
org.mage.plugins.card.constants.Constants.TOOLTIP_WIDTH_MIN + org.mage.plugins.card.constants.Constants.TOOLTIP_BORDER_WIDTH,
|
||||
|
|
Loading…
Reference in a new issue