Set useContentSize to true so the size is the same on all platforms

Changelog-entry: Set useContentSize to true so the size is the same on all platforms
Change-type: patch
This commit is contained in:
Alexis Svinartchouk 2020-11-24 17:10:17 +01:00
parent e708212d41
commit da3a22d0f6

View File

@ -133,7 +133,7 @@ async function createMainWindow() {
width, width,
height, height,
frame: !fullscreen, frame: !fullscreen,
useContentSize: false, useContentSize: true,
show: false, show: false,
resizable: false, resizable: false,
maximizable: false, maximizable: false,