Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 1d44758

Browse files
committed
fix window sizing
1 parent b126b63 commit 1d44758

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/modes/p5/p5-mode.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,10 @@ module.exports = {
272272
var url = 'mode_assets/p5/p5-reference/index.html'
273273
self.outputWindow = self.newWindow(url, {
274274
toolbar: true,
275-
x: self.outX+100,
276-
y: self.outY+100,
277-
width: 1000,
278-
height: 500,
275+
x: self.outX+30,
276+
y: self.outY+30,
277+
width: 1024,
278+
height: 768,
279279
nodejs: false,
280280
'page-cache': false,
281281
});

0 commit comments

Comments
 (0)