mirror of
https://github.com/balena-io/etcher.git
synced 2025-08-01 23:47:43 +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,
|
width,
|
||||||
height,
|
height,
|
||||||
frame: !fullscreen,
|
frame: !fullscreen,
|
||||||
useContentSize: false,
|
useContentSize: true,
|
||||||
show: false,
|
show: false,
|
||||||
resizable: false,
|
resizable: false,
|
||||||
maximizable: false,
|
maximizable: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user