Skip to content

Commit

Permalink
update voila window size
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdenu4 committed Nov 26, 2024
1 parent edf63f0 commit b67aacb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workbench/src/main/setupJupyter.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ function createWindow(parentWindow, isDevMode) {
const devModeArg = isDevMode ? '--devMode' : '';
const win = new BrowserWindow({
parent: parentWindow,
width: 700,
height: 800,
width: 1200,
height: 900,
frame: true,
webPreferences: {
minimumFontSize: 12,
Expand Down

0 comments on commit b67aacb

Please sign in to comment.