Skip to content

Commit

Permalink
Make about window higher
Browse files Browse the repository at this point in the history
See #434
  • Loading branch information
inukshuk committed Jul 15, 2020
1 parent abe2b48 commit cd108b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/wm.js
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ class WindowManager extends EventEmitter {
static defaults = {
about: {
width: 600,
height: 300,
height: 318,
autoHideMenuBar: true,
fullscreenable: false,
maximizable: false,
Expand Down

0 comments on commit cd108b9

Please sign in to comment.