default to 4 / 3 aspect ratio for videos
This also sets the default window size to adhere to the default aspect ratio
This commit is contained in:
+3
-3
@@ -25,9 +25,9 @@ if (process.platform === 'darwin' && !app.isPackaged) {
|
||||
const createWindow = () => {
|
||||
// Create the browser window.
|
||||
const mainWindow = new BrowserWindow({
|
||||
width: 715,
|
||||
height: 550,
|
||||
resizable: false,
|
||||
width: 800,
|
||||
height: 600,
|
||||
resizable: true,
|
||||
fullscreenable: true,
|
||||
frame: false,
|
||||
webPreferences: {
|
||||
|
||||
Reference in New Issue
Block a user