remove support for hidden-inset (#11975)

This commit is contained in:
shelley vohr 2018-02-20 12:09:54 -05:00 committed by Charles Kerr
parent 7bcccdec41
commit 846be03f1d
3 changed files with 2 additions and 4 deletions

View file

@ -927,7 +927,7 @@ describe('BrowserWindow module', () => {
show: false,
width: 400,
height: 400,
titleBarStyle: 'hidden-inset'
titleBarStyle: 'hiddenInset'
})
const contentSize = w.getContentSize()
assert.equal(contentSize[1], 400)