fix tabs, remove extra spaces and lines.

This commit is contained in:
Rodrigo Ramírez Norambuena
2016-12-29 22:23:08 -03:00
parent 4237d0c7e3
commit 19d906c5e4
17 changed files with 75 additions and 77 deletions

View File

@@ -18,15 +18,15 @@ const BrowserWindow = electron.BrowserWindow;
let mainWindow;
function createWindow() {
var electronOptionsDefaults = {
width: 800,
height: 600,
x: 0,
width: 800,
height: 600,
x: 0,
y: 0,
darkTheme: true,
darkTheme: true,
webPreferences: {
nodeIntegration: false,
nodeIntegration: false,
zoomFactor: config.zoom
}
}