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:
parent
1280c7668c
commit
5deb48f6cb
3 changed files with 70 additions and 135 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue