tweak: open editor at 85 percent of screen

This commit is contained in:
webadderall
2026-03-21 10:47:28 +11:00
parent a96e68d4ce
commit bc0ea3fdb4
+2 -2
View File
@@ -277,8 +277,8 @@ export function createEditorWindow(): BrowserWindow {
const { width, height } = getScreen().getPrimaryDisplay().workAreaSize;
const win = new BrowserWindow({
width: Math.round(width * 0.8),
height: Math.round(height * 0.8),
width: Math.round(width * 0.85),
height: Math.round(height * 0.85),
minWidth: 800,
minHeight: 600,
...(process.platform !== "darwin" && {