From fdd2eb48e1e20661442ad2f915e8197d3a59f900 Mon Sep 17 00:00:00 2001 From: Luca Zeug Date: Fri, 27 Jan 2017 09:16:54 +0100 Subject: [PATCH] change window height (#1612) --- modules/ipcCommunicator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ipcCommunicator.js b/modules/ipcCommunicator.js index d92939df5..0d0affe35 100644 --- a/modules/ipcCommunicator.js +++ b/modules/ipcCommunicator.js @@ -238,7 +238,7 @@ ipc.on('mistAPI_requestAccount', (e) => { ownerId: e.sender.id, electronOptions: { width: 460, - height: 497, + height: 520, maximizable: false, minimizable: false, alwaysOnTop: true,