Skip to content

Commit cf04d76

Browse files
committed
width increased for win platform
1 parent 78346c2 commit cf04d76

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

electron-builder.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"provider": "github",
4141
"owner": "trae-op",
4242
"repo": "electron-password-generation",
43-
"releaseType": "release"
43+
"releaseType": "release",
44+
"private": true
4445
}
4546
]
4647
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "electron-gp",
33
"private": true,
4-
"version": "0.2.21",
4+
"version": "0.2.22",
55
"type": "module",
66
"main": "dist-main/app.js",
77
"author": "traeop",

src/main/app/window.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import { menu } from "../config.js";
1818
options: {
1919
resizable: isDev(),
2020
show: false,
21-
width: 320,
21+
width: 350,
2222
height: 500,
2323
},
2424
})

0 commit comments

Comments
 (0)