Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

create helper window and add keyboard shortcuts - fix #7 #36

Closed
wants to merge 12 commits into from
Closed
4 changes: 2 additions & 2 deletions app/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ const staticWindows = {
},
help : {
config : {
height : 625,
width : 625,
height : 400,
width : 550,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@radibit This was a missunderstanding. Was too lazy in sketch to adjust that. :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, no problem I was thinking the same, but was not sure if we want to add more info now.

backgroundColor : '#f1f1f1',
titleBarStyle : 'hidden',
resizable : false
Expand Down