make min window height have room for two torrents

This commit is contained in:
Feross Aboukhadijeh
2016-03-08 15:00:10 -08:00
parent 9547e1d907
commit e399ac9285

View File

@@ -21,7 +21,7 @@ function createMainWindow (menu) {
backgroundColor: '#282828',
darkTheme: true, // Forces dark theme (GTK+3 only)
minWidth: 375,
minHeight: 158,
minHeight: 38 + (120 * 2), // header height + two torrents
show: false, // Hide window until DOM finishes loading
title: config.APP_NAME,
titleBarStyle: 'hidden-inset', // Hide OS chrome, except traffic light buttons (OS X)