Refine install list and responsive scaling
This commit is contained in:
@@ -227,8 +227,10 @@ let win
|
||||
function createWindow() {
|
||||
|
||||
win = new BrowserWindow({
|
||||
width: 980,
|
||||
height: 552,
|
||||
width: 1400,
|
||||
height: 860,
|
||||
minWidth: 1120,
|
||||
minHeight: 700,
|
||||
icon: getPlatformIcon('Icon'),
|
||||
frame: false,
|
||||
webPreferences: {
|
||||
|
||||
Reference in New Issue
Block a user