forked from External/mage
Merge origin/master
This commit is contained in:
commit
1b5d697b33
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ public class CardPanelComponentImpl extends CardPanel {
|
|||
if (!key.hasImage) {
|
||||
g2d.setColor(new Color(30, 200, 200, 120));
|
||||
} else {
|
||||
g2d.setColor(new Color(0, 0, 0, 255));
|
||||
g2d.setColor(new Color(0, 0, 0, 0));
|
||||
}
|
||||
|
||||
int cornerSize = Math.max(4, Math.round(cardWidth * ROUNDED_CORNER_SIZE));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue