Skip to content

Commit a89367b

Browse files
committed
feat(main): set window width to 1000
1 parent 62d427d commit a89367b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ createApiServer()
1313
function createWindow () {
1414
const bounds = store.app.get('bounds')
1515
const mainWindow = new BrowserWindow({
16-
width: 800,
16+
width: 1000,
1717
height: 600,
1818
...bounds,
1919
titleBarStyle: 'hidden',

0 commit comments

Comments
 (0)