Skip to content

Commit

Permalink
优化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
ChinaDragonNB committed May 31, 2021
1 parent 458f118 commit 6de902d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function createWindow () {
// Create the browser window.
const win = new BrowserWindow({
title: '尺码助手',
width: 1020,
width: 420,
height: 720,
center: true,
resizable: false,
Expand Down

0 comments on commit 6de902d

Please sign in to comment.