mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 12:02:01 -08:00
Load croped image from Wizard images. fixes display issue
When resizing image to fit the BigCard panel, scale it to fit width. The result is better.
This commit is contained in:
parent
f539d9d5ec
commit
1f72804968
11 changed files with 53 additions and 46 deletions
|
|
@ -5,7 +5,6 @@ import java.awt.Image;
|
|||
import javax.swing.JPanel;
|
||||
|
||||
import mage.view.CardView;
|
||||
import mage.view.PermanentView;
|
||||
|
||||
public abstract class MageCard extends JPanel {
|
||||
private static final long serialVersionUID = 6089945326434301879L;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue