Height params adjusted to fit modals

pull/1034/head
Vincent 5 years ago
parent 24114bab8d
commit 330a070fdf

@ -198,10 +198,10 @@ function captureClicks(window) {
window.webContents.on('new-window', handleUrl); window.webContents.on('new-window', handleUrl);
} }
const DEFAULT_WIDTH = 800; const DEFAULT_WIDTH = 880;
const DEFAULT_HEIGHT = 720; const DEFAULT_HEIGHT = 720;
const MIN_WIDTH = 880; const MIN_WIDTH = 880;
const MIN_HEIGHT = 580; const MIN_HEIGHT = 720;
const BOUNDS_BUFFER = 100; const BOUNDS_BUFFER = 100;
function isVisible(window, bounds) { function isVisible(window, bounds) {

Loading…
Cancel
Save