Returned BG image to match UI.

This commit is contained in:
Doublestrike
2012-02-13 11:49:41 +00:00
parent b876330f4c
commit 46ea9e05b4

View File

@@ -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);