Skip to content

Commit

Permalink
Increate window width
Browse files Browse the repository at this point in the history
  • Loading branch information
wliyongfeng committed Jan 20, 2020
1 parent 33550c4 commit 38bbeac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function isWin() {

function createWindow() {
mainWindow = new BrowserWindow({
width: isWin() ? 370 : 358,
width: isWin() ? 380 : 358,
height: isWin() ? 665 : 600,
webPreferences: { preload: path.join(__dirname, 'preload.js') }
})
Expand Down

0 comments on commit 38bbeac

Please sign in to comment.