mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
Returned BG image to match UI.
This commit is contained in:
@@ -96,7 +96,7 @@ public class MatchTopLevel extends FPanel {
|
||||
// Set properties
|
||||
this.setOpaque(false);
|
||||
this.setBackgroundTexture(FSkin.getIcon(FSkin.Backgrounds.BG_TEXTURE));
|
||||
this.setForegroundImage(FSkin.getIcon(FSkin.Backgrounds.BG_MATCH));
|
||||
this.setForegroundImage(FSkin.getIcon(FSkin.Backgrounds.BG_MATCH).getImage());
|
||||
this.setCornerDiameter(0);
|
||||
this.setBorderToggle(false);
|
||||
this.setLayout(null);
|
||||
|
||||
Reference in New Issue
Block a user