From e1fce87f4356f30c3aeb9269505dce1ab6a4c67b Mon Sep 17 00:00:00 2001 From: cTn Date: Sat, 1 Feb 2014 20:36:19 +0100 Subject: [PATCH] 2 px overhead fix (dynamic size of the app according to the user screen will be removed soon) --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index f9b7cde1ca..71df61eef2 100644 --- a/main.js +++ b/main.js @@ -20,7 +20,7 @@ $(document).ready(function() { chrome.app.window.current().setBounds({width: 962, height: 629}); } else { $('div#content').height(280); - chrome.app.window.current().setBounds({width: 960, height: 429}); + chrome.app.window.current().setBounds({width: 962, height: 429}); } // bind controls