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

Added an option to prevent a window from being moved on OS X #4111

Merged
merged 2 commits into from Jan 15, 2016

Conversation

evgenyzinoviev
Copy link

No description provided.

@@ -47,6 +47,7 @@ It creates a new `BrowserWindow` with native properties as set by the `options`.
* `maxWidth` Integer - Window's maximum width. Default is no limit.
* `maxHeight` Integer - Window's maximum height. Default is no limit.
* `resizable` Boolean - Whether window is resizable. Default is `true`.
* `movable` Boolean - Whether window is movable. Default is `true`.
Copy link
Member

Choose a reason for hiding this comment

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

Can you add a note that this option is only implemented on OS X?

Copy link
Author

Choose a reason for hiding this comment

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

@zcbenz done.

@zcbenz
Copy link
Member

zcbenz commented Jan 15, 2016

👍

zcbenz added a commit that referenced this pull request Jan 15, 2016
Added an option to prevent a window from being moved on OS X
@zcbenz zcbenz merged commit 0937144 into electron:master Jan 15, 2016
@evgenyzinoviev evgenyzinoviev deleted the movable branch January 19, 2016 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants