1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

fix design & using api

This commit is contained in:
Rokt33r
2015-06-15 11:54:02 +09:00
parent 87c9e3e03b
commit 057f43c424
7 changed files with 34 additions and 27 deletions

View File

@@ -220,8 +220,8 @@ app.on('ready', function () {
function makeNewMainWindow () {
console.log('new Window!')
mainWindow = new BrowserWindow({
width: 800,
height: 600,
width: 920,
height: 640,
'web-preferences': {
'overlay-scrollbars': true
}