summaryrefslogtreecommitdiff
path: root/src/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.ts')
-rw-r--r--src/main.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.ts b/src/main.ts
index 7810495..0f60c34 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -17,8 +17,8 @@ if (isSecondInstance) {
const createWindow = () => {
// Create the browser window.
mainWindow = new BrowserWindow({
- width: 1300,
- height: 600,
+ width: 780,
+ height: 550,
minHeight: 475,
minWidth: 650,
frame: false