window useContentSize

This commit is contained in:
Feross Aboukhadijeh
2016-03-25 17:50:24 -07:00
parent 180d756dc0
commit db60b99982

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
})