mirror of
https://github.com/balena-io/etcher.git
synced 2025-08-01 15:37:45 +00:00
Use content size as electron window size
Change-type: patch Signed-off-by: Lorenzo Alberto Maria Ambrosi <lorenzothunder.ambrosi@gmail.com>
This commit is contained in:
parent
f3ff99b5a9
commit
dad599621b
@ -133,7 +133,7 @@ async function createMainWindow() {
|
||||
width,
|
||||
height,
|
||||
frame: !fullscreen,
|
||||
useContentSize: false,
|
||||
useContentSize: true,
|
||||
show: false,
|
||||
resizable: false,
|
||||
maximizable: false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user