Fixed issues with style on small windows (#29)

This commit is contained in:
Carlos Valente
2021-11-04 21:12:53 +01:00
committed by GitHub
parent 3d2a79f92a
commit f6edb88944
3 changed files with 11 additions and 12 deletions
+2 -2
View File
@@ -92,8 +92,8 @@ function createWindow() {
win = new BrowserWindow({
width: 1920,
height: 1000,
minWidth: 500,
minHeight: 530,
minWidth: 575,
minHeight: 385,
maxWidth: 1920,
maxHeight: 1440,
backgroundColor: '#202020',