mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48: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
|
// Set properties
|
||||||
this.setOpaque(false);
|
this.setOpaque(false);
|
||||||
this.setBackgroundTexture(FSkin.getIcon(FSkin.Backgrounds.BG_TEXTURE));
|
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.setCornerDiameter(0);
|
||||||
this.setBorderToggle(false);
|
this.setBorderToggle(false);
|
||||||
this.setLayout(null);
|
this.setLayout(null);
|
||||||
|
|||||||
Reference in New Issue
Block a user