Skip to content

Commit 607adec

Browse files
committed
fix: fixes #349
Signed-off-by: Pawel Psztyc <[email protected]>
1 parent e57ebab commit 607adec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/io/ArcEnvironment.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,10 @@ export class ArcEnvironment {
342342
ignoreWindowSessionSettings: true,
343343
noMenu: true,
344344
parent: win,
345+
sizing: {
346+
height: 800,
347+
width: 800,
348+
},
345349
});
346350
break;
347351
case 'open-privacy-policy':

0 commit comments

Comments
 (0)