From da3a22d0f6254c6563c3be5ec192300970880dab Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Tue, 24 Nov 2020 17:10:17 +0100 Subject: [PATCH] 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 --- lib/gui/etcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui/etcher.ts b/lib/gui/etcher.ts index 02657539..c14f0ece 100644 --- a/lib/gui/etcher.ts +++ b/lib/gui/etcher.ts @@ -133,7 +133,7 @@ async function createMainWindow() { width, height, frame: !fullscreen, - useContentSize: false, + useContentSize: true, show: false, resizable: false, maximizable: false,