Skip to content

Commit 925364b

Browse files
committed
Merge pull request scratchfoundation#311 from nathan/load-progress-size
Fix size of progress box when loading project
2 parents 76c5b68 + 9d09e8c commit 925364b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Scratch.as

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ public class Scratch extends Sprite {
603603
}
604604
stagePart.x = 5;
605605
stagePart.y = topBarPart.bottom() + 5;
606+
fixLoadProgressLayout();
606607
} else {
607608
drawBG();
608609
var pad:int = (w > 550) ? 16 : 0; // add padding for full-screen mode

0 commit comments

Comments
 (0)