From b7a24f5b3b44a72edde9d04b278966b9d1a5d437 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Fri, 25 Mar 2016 17:50:24 -0700 Subject: [PATCH] window useContentSize --- main/windows.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main/windows.js b/main/windows.js index e43830f3..1c52f55a 100644 --- a/main/windows.js +++ b/main/windows.js @@ -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 })