mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 10:48: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.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));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user