window useContentSize

This commit is contained in:
Feross Aboukhadijeh
2016-03-25 17:50:24 -07:00
parent 09549949b1
commit b7a24f5b3b

View File

@@ -21,6 +21,7 @@ function createMainWindow () {
show: false, // Hide window until DOM finishes loading
title: config.APP_NAME,
titleBarStyle: 'hidden-inset', // Hide OS chrome, except traffic light buttons (OS X)
useContentSize: true, // Specify web page size without OS chrome
width: 450,
height: 38 + (120 * 4) // header height + 4 torrents
})