mirror of https://github.com/docker/docs.git
Fixes border radius for window.
This commit is contained in:
parent
0d2113aac4
commit
d09e1b7615
|
@ -26,7 +26,7 @@ var windowOptions = {
|
||||||
'min-height': 700,
|
'min-height': 700,
|
||||||
resizable: true,
|
resizable: true,
|
||||||
frame: false,
|
frame: false,
|
||||||
show: false
|
show: true
|
||||||
};
|
};
|
||||||
|
|
||||||
app.on('activate-with-no-open-windows', function () {
|
app.on('activate-with-no-open-windows', function () {
|
||||||
|
|
Loading…
Reference in New Issue