make min window height have room for two torrents
This commit is contained in:
@@ -21,7 +21,7 @@ function createMainWindow (menu) {
|
|||||||
backgroundColor: '#282828',
|
backgroundColor: '#282828',
|
||||||
darkTheme: true, // Forces dark theme (GTK+3 only)
|
darkTheme: true, // Forces dark theme (GTK+3 only)
|
||||||
minWidth: 375,
|
minWidth: 375,
|
||||||
minHeight: 158,
|
minHeight: 38 + (120 * 2), // header height + two torrents
|
||||||
show: false, // Hide window until DOM finishes loading
|
show: false, // Hide window until DOM finishes loading
|
||||||
title: config.APP_NAME,
|
title: config.APP_NAME,
|
||||||
titleBarStyle: 'hidden-inset', // Hide OS chrome, except traffic light buttons (OS X)
|
titleBarStyle: 'hidden-inset', // Hide OS chrome, except traffic light buttons (OS X)
|
||||||
|
|||||||
Reference in New Issue
Block a user