settings height

This commit is contained in:
cupcakearmy 2021-06-10 22:23:02 +02:00
parent 1b48709a1d
commit 622bfc914e
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -68,7 +68,7 @@ export default class Settings {
if (this.win) return if (this.win) return
this.win = new BrowserWindow({ this.win = new BrowserWindow({
width: 400, width: 400,
height: 670, height: 690,
center: true, center: true,
resizable: false, resizable: false,
webPreferences: { webPreferences: {