minWidth: 375
This commit is contained in:
parent
e2ce06f3b7
commit
64a7074d94
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -55,7 +55,7 @@ function createMainWindow () {
|
|||
var win = new electron.BrowserWindow({
|
||||
backgroundColor: '#282828',
|
||||
darkTheme: true,
|
||||
minWidth: 360,
|
||||
minWidth: 375,
|
||||
minHeight: 158,
|
||||
show: false,
|
||||
title: 'WebTorrent',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue