Lower the width of the about window

This commit is contained in:
Amelia Frost 2026-04-05 21:14:43 -07:00
parent c330333ee6
commit 7ca75e859e
No known key found for this signature in database

View file

@ -12,7 +12,7 @@ export function createAboutWindow() {
aboutWindow = new BrowserWindow({
minWidth: 300,
minHeight: 300,
width: 1280,
width: 1024,
height: 720,
center: true,
backgroundColor: "#191919",