Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
change window height (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
luclu authored and frozeman committed Jan 27, 2017
1 parent 21a5b9b commit fdd2eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ipcCommunicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fdd2eb4

Please sign in to comment.