Skip to content

Commit

Permalink
Update Width
Browse files Browse the repository at this point in the history
  • Loading branch information
B4Lee committed May 30, 2022
1 parent 7394948 commit b32cd82
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 @@ -27,7 +27,7 @@ function createMainWindow () {

mainWindow = new BrowserWindow({
title: 'TontonanKu',
width: 1000,
width: 1210,
height: 675,
icon: './src/img/favicon-32x32.png',
//resizable: isDev ? true : false,
Expand Down

0 comments on commit b32cd82

Please sign in to comment.