Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
fix(electron): increase window width
Browse files Browse the repository at this point in the history
The summary in the quotes view wraps up with the old width.
  • Loading branch information
albertosantini committed Mar 17, 2016
1 parent 236f4a2 commit 31f7784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ app.on("ready", function () {
frame: false,
height: 800,
icon: "src/client/favicon.ico",
width: 1400
width: 1450
});

mainWindow.loadURL("http://localhost:8000");
Expand Down

0 comments on commit 31f7784

Please sign in to comment.