From e399ac9285f1e5bc44ca40679e5c54f7a9b78ad5 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 8 Mar 2016 15:00:10 -0800 Subject: [PATCH] make min window height have room for two torrents --- main/windows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/windows.js b/main/windows.js index 1fb2c282..329b7e69 100644 --- a/main/windows.js +++ b/main/windows.js @@ -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)