mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 18:58:00 +00:00
Lurking aesthetic update #1: removed border from outer edges of lowest FPanel.
This commit is contained in:
@@ -72,6 +72,7 @@ public enum FView {
|
|||||||
pnlInsets.add(pnlContent, BorderLayout.CENTER);
|
pnlInsets.add(pnlContent, BorderLayout.CENTER);
|
||||||
pnlInsets.setBackgroundTexture(FSkin.getIcon(FSkin.Backgrounds.BG_TEXTURE));
|
pnlInsets.setBackgroundTexture(FSkin.getIcon(FSkin.Backgrounds.BG_TEXTURE));
|
||||||
pnlInsets.setForegroundImage(FSkin.getIcon(FSkin.Backgrounds.BG_MATCH));
|
pnlInsets.setForegroundImage(FSkin.getIcon(FSkin.Backgrounds.BG_MATCH));
|
||||||
|
pnlInsets.setCornerDiameter(0);
|
||||||
pnlInsets.setBorder(new EmptyBorder(
|
pnlInsets.setBorder(new EmptyBorder(
|
||||||
SLayoutConstants.BORDER_T, SLayoutConstants.BORDER_T, 0, 0));
|
SLayoutConstants.BORDER_T, SLayoutConstants.BORDER_T, 0, 0));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user