Improve UI for smaller screens
This commit is contained in:
@@ -9,6 +9,8 @@ function createWindow() {
|
||||
const win = new BrowserWindow({
|
||||
width: 1400,
|
||||
height: 800,
|
||||
minWidth: 800,
|
||||
minHeigth: 600,
|
||||
webPreferences: {
|
||||
preload: path.join(__dirname, "preload.js"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user