mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
Removed internal padding on card picture in match UI.
This commit is contained in:
@@ -44,7 +44,7 @@ public class ViewPicture extends FRoundedPanel {
|
||||
this.setBackground(AllZone.getSkin().getColor("theme"));
|
||||
this.setLayout(new MigLayout("insets 0, gap 0, center"));
|
||||
|
||||
add(pnlPicture, "w 96%!, h 96%!, gapleft 2%, gapright 2%, gaptop 2%");
|
||||
add(pnlPicture, "w 100%!, h 100%!");
|
||||
control = new ControlPicture(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user