Adjust launcher default size and scale
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-05 16:34:36 +09:00
parent aceec8ba5c
commit 30f8552154
4 changed files with 16 additions and 16 deletions

View File

@@ -227,10 +227,10 @@ let win
function createWindow() {
win = new BrowserWindow({
width: 1400,
height: 860,
minWidth: 1120,
minHeight: 700,
width: 1120,
height: 700,
minWidth: 960,
minHeight: 600,
icon: getPlatformIcon('Icon'),
frame: false,
webPreferences: {