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

removing custom frame, changes for 35M

This commit is contained in:
cTn 2014-04-19 22:43:19 +02:00
parent 1280c7668c
commit 5deb48f6cb
3 changed files with 70 additions and 135 deletions

View file

@ -11,11 +11,11 @@
function start_app() {
chrome.app.window.create('main.html', {
id: 'main-window',
frame: 'none',
frame: 'chrome',
resizable: false
}, function(createdWindow) {
// set window size
createdWindow.setBounds({'width': 962, 'height': 650});
createdWindow.setBounds({'width': 960, 'height': 625});
// bind events
createdWindow.onMaximized.addListener(function() {