fixes micro:bit + breadboard sim size issue

This commit is contained in:
darzu
2016-08-30 15:33:57 -07:00
parent fc0faf5181
commit 52527dd584
2 changed files with 10 additions and 8 deletions

View File

@ -34,8 +34,8 @@ namespace pxsim.visuals {
// })
}
const VIEW_WIDTH = 299;
const VIEW_HEIGHT = 433;
const VIEW_WIDTH = "100%";
const VIEW_HEIGHT = "100%";
if (0 < activeComponents.length) {
this.breadboard = new Breadboard();