Removed internal padding on card picture in match UI.

This commit is contained in:
Doublestrike
2012-01-12 05:24:34 +00:00
parent 2faae5b3e5
commit 3be2d41e6f

View File

@@ -44,7 +44,7 @@ public class ViewPicture extends FRoundedPanel {
this.setBackground(AllZone.getSkin().getColor("theme")); this.setBackground(AllZone.getSkin().getColor("theme"));
this.setLayout(new MigLayout("insets 0, gap 0, center")); 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); control = new ControlPicture(this);
} }