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

App starts with min_height and min_width instead of height and width #7358

Closed
r0bertz opened this issue Feb 6, 2020 · 1 comment
Closed
Assignees

Comments

@r0bertz
Copy link

r0bertz commented Feb 6, 2020

NWJS Version : 0.44.0
Operating System : Linux

Expected behavior

App starts with width and height

Actual behavior

App starts with min_width and min_height

How to reproduce

Unpack nw.tar.gz which contains a helloworld app and run 'nw .' in it.
nw.tar.gz

The package.json looks like:

{
  "name": "helloworld",
  "main": "index.html",
  "window": {
    "width": 1024,
    "height": 650,
    "min_width": 768,
    "min_height": 100
  }
}
r0bertz added a commit to r0bertz/ripple-client-desktop that referenced this issue Feb 6, 2020
@rogerwang rogerwang self-assigned this Feb 10, 2020
@rogerwang
Copy link
Member

This is fixed in git and will be available in the next nightly build.

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

No branches or pull requests

2 participants