Add styling changes and beginnings of adding notes

Zoom set to 85% since components can't be resized.

Added start of functionality to add notes.
This commit is contained in:
Joey Payne 2016-03-02 08:10:49 -07:00
commit cfeb438af2
5 changed files with 118 additions and 43 deletions

View file

@ -56,7 +56,7 @@ app.on('ready', function() {
"webgl": true,
"allowRunningInsecureContent": false,
"webaudio": true,
"zoomFactor": 1.0,
"zoomFactor": 0.85,
"blinkFeatures": "",
"experimentalFeatures": false,
"allowDisplayingInsecureContent": false,
@ -65,7 +65,7 @@ app.on('ready', function() {
"partition": "",
"webSecurity": true
},
"title": "Electrify",
"title": "TechNote",
"disableAutoHideCursor": false,
"center": true
});
@ -75,7 +75,7 @@ app.on('ready', function() {
mainWindow.webContents.setUserAgent("");
mainWindow.webContents.on('did-finish-load',function(){
mainWindow.setTitle("Electrify");
mainWindow.setTitle("TechNote");
});