Skip to content

Commit 7a4e916

Browse files
authored
Merge pull request #24 from andycb/windowsHeight
Fix Erroneous Scroll Bars on Windows Builds
2 parents d7632b4 + 470ebbf commit 7a4e916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/electronMain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as url from 'url';
66
function createWindow(): void {
77
// Create the browser window.
88
const mainWindow = new BrowserWindow({
9-
height: 470,
9+
height: 480,
1010
webPreferences: {
1111
nodeIntegration: true,
1212
enableRemoteModule: true,

0 commit comments

Comments
 (0)