window: set min height of one row visible

This commit is contained in:
Feross Aboukhadijeh
2016-03-02 18:21:58 -08:00
parent 719cc3acaf
commit 6099454a73

View File

@@ -56,6 +56,7 @@ function createMainWindow () {
backgroundColor: '#282828',
darkTheme: true,
minWidth: 360,
minHeight: 168,
show: false,
title: 'WebTorrent',
titleBarStyle: 'hidden-inset',