window: set min height of one row visible
This commit is contained in:
parent
719cc3acaf
commit
6099454a73
1 changed files with 1 additions and 0 deletions
1
index.js
1
index.js
|
|
@ -56,6 +56,7 @@ function createMainWindow () {
|
|||
backgroundColor: '#282828',
|
||||
darkTheme: true,
|
||||
minWidth: 360,
|
||||
minHeight: 168,
|
||||
show: false,
|
||||
title: 'WebTorrent',
|
||||
titleBarStyle: 'hidden-inset',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue