Adjust launcher default size and scale
This commit is contained in:
@@ -228,10 +228,10 @@ let win
|
||||
function createWindow() {
|
||||
|
||||
win = new BrowserWindow({
|
||||
width: 1400,
|
||||
height: 860,
|
||||
minWidth: 1120,
|
||||
minHeight: 700,
|
||||
width: 1120,
|
||||
height: 700,
|
||||
minWidth: 960,
|
||||
minHeight: 600,
|
||||
icon: getPlatformIcon('Icon'),
|
||||
frame: false,
|
||||
webPreferences: {
|
||||
|
||||
Reference in New Issue
Block a user