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:
parent
6912567122
commit
cfeb438af2
5 changed files with 118 additions and 43 deletions
6
main.js
6
main.js
|
|
@ -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");
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue