mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-16 21:03:29 +00:00
Fixed issues with style on small windows (#29)
This commit is contained in:
+2
-2
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user