Skip to content
This repository was archived by the owner on Jul 14, 2023. It is now read-only.

Commit 738aaec

Browse files
Remove minHeight, minWidth quotation marks
Removes the quotation marks that were used around the minHeight and minWidth attributes. These are no longer needed since these attributes are not hyphenated. Co-Authored-By: Chris-Johnston <chris@thejohnstons.net>
1 parent 9d442ad commit 738aaec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/main-process/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const createWindow = () => {
2929
// Set window toolbar options
3030
generateMenu()
3131

32-
mainWindow = new BrowserWindow({width: 1200, height: 750, titleBarStyle: "hidden", show: false, "minHeight": 300, "minWidth": 300})
32+
mainWindow = new BrowserWindow({width: 1200, height: 750, titleBarStyle: "hidden", show: false, minHeight: 300, minWidth: 300})
3333

3434
mainWindow.loadURL(url.format({
3535
pathname: path.join(__dirname, "../index.html"),

0 commit comments

Comments
 (0)