Fixed costume center button being too far to the right

This commit is contained in:
Nathan Dinsmore 2014-06-11 20:17:51 -04:00
parent 126e7cdf16
commit 0e44a7389a

View file

@ -151,7 +151,7 @@ public class ImagesPart extends UIPart {
}
private function fixlayout():void {
var extraSpace:int = Math.max(0, (w - 537) / 3);
var extraSpace:int = Math.max(0, (w - 590) / 3);
bigSpace = smallSpace + extraSpace;
newCostumeLabel.x = 7;