mirror of https://github.com/docker/docs.git
Fixing header drag issue
This commit is contained in:
parent
00b29799e3
commit
13d2f7ada8
|
@ -31,9 +31,10 @@ app.on('ready', function () {
|
|||
height: size.height || 700,
|
||||
'min-width': 1000,
|
||||
'min-height': 700,
|
||||
'standard-window': false,
|
||||
resizable: true,
|
||||
frame: false,
|
||||
show: true
|
||||
show: true,
|
||||
});
|
||||
|
||||
mainWindow.loadUrl(path.normalize('file://' + path.join(__dirname, '..', 'build/index.html')));
|
||||
|
|
Loading…
Reference in New Issue