summaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2016-10-13 22:34:21 +0100
committerJoe Robinson <joe@lc8n.com>2016-10-13 22:34:21 +0100
commit40b1c978b00911cf17dc1a7b45c10b82ce57641d (patch)
treeb8bdb5a380fb250ea490869ec85dd3f81bec4afa /main.js
parent97fa9bf68f5e3aa50f094fa7e7bb4c427f2702aa (diff)
Fix PM sending/receiving, some cleanup for messages
Diffstat (limited to 'main.js')
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.js b/main.js
index de13265..099b30e 100644
--- a/main.js
+++ b/main.js
@@ -24,7 +24,7 @@ app.on('window-all-closed', function() {
// initialization and is ready to create browser windows.
app.on('ready', function() {
// Create the browser window.
- mainWindow = new BrowserWindow({width: 800, height: 600, title: "blachat"});
+ mainWindow = new BrowserWindow({width: 1000, height: 800, title: "blachat"});
// and load the index.html of the app.
mainWindow.loadURL('file://' + __dirname + '/index.html');