Lurking aesthetic update #1: removed border from outer edges of lowest FPanel.

This commit is contained in:
Doublestrike
2012-09-18 07:42:17 +00:00
parent a38b148b40
commit d175afa1a8

View File

@@ -72,6 +72,7 @@ public enum FView {
pnlInsets.add(pnlContent, BorderLayout.CENTER);
pnlInsets.setBackgroundTexture(FSkin.getIcon(FSkin.Backgrounds.BG_TEXTURE));
pnlInsets.setForegroundImage(FSkin.getIcon(FSkin.Backgrounds.BG_MATCH));
pnlInsets.setCornerDiameter(0);
pnlInsets.setBorder(new EmptyBorder(
SLayoutConstants.BORDER_T, SLayoutConstants.BORDER_T, 0, 0));