Battlefield text position fix

This commit is contained in:
Oleg Agafonov 2017-11-18 06:40:01 +04:00
parent 0689bfca40
commit 0a0475bd38

View file

@ -91,7 +91,8 @@ public abstract class CardPanel extends MagePermanent implements MouseListener,
private JPanel cardArea;
private int yCardCaptionOffsetPercent = 0; // card caption offset (use for moving card caption view center, below mana icons -- for more good UI)
// default offset, e.g. for battlefield
private int yCardCaptionOffsetPercent = 8; // card caption offset (use for moving card caption view center, below mana icons -- for more good UI)
// if this is set, it's opened if the user right clicks on the card panel
private JPopupMenu popupMenu;