mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[UI] Removing black borders for cards with images as it gives more space
This commit is contained in:
parent
9f76582bff
commit
fbf3554051
1 changed files with 1 additions and 1 deletions
|
|
@ -419,7 +419,7 @@ public class CardPanel extends MagePermanent implements MouseListener, MouseMoti
|
|||
if (!hasImage) {
|
||||
g2d.setColor(new Color(30, 200, 200, 120));
|
||||
} else {
|
||||
g2d.setColor(new Color(0, 0, 0, 200));
|
||||
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