chore: explore different window form factors
This commit is contained in:
+3
-3
@@ -10,9 +10,9 @@ if (started) {
|
|||||||
const createWindow = () => {
|
const createWindow = () => {
|
||||||
// Create the browser window.
|
// Create the browser window.
|
||||||
const mainWindow = new BrowserWindow({
|
const mainWindow = new BrowserWindow({
|
||||||
width: 800,
|
width: 545,
|
||||||
height: 600,
|
height: 630,
|
||||||
resizable: false,
|
resizable: true,
|
||||||
frame: false,
|
frame: false,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
preload: path.join(__dirname, 'preload.js'),
|
preload: path.join(__dirname, 'preload.js'),
|
||||||
|
|||||||
Reference in New Issue
Block a user