1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 06:15:16 +03:00

fixing height after addition of custom frame

This commit is contained in:
cTn 2014-01-24 22:24:35 +01:00
parent 793be64474
commit 58877b0bd2

View file

@ -17,10 +17,10 @@ ga_tracker.sendAppView('Application Started');
$(document).ready(function() {
// set bounds (default 960x600)
if (screen.height > 600) {
chrome.app.window.current().setBounds({width: 962, height: 627});
chrome.app.window.current().setBounds({width: 962, height: 629});
} else {
$('div#content').height(280);
chrome.app.window.current().setBounds({width: 960, height: 427});
chrome.app.window.current().setBounds({width: 960, height: 429});
}
// bind controls