We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First of all, @mathuo thank you very much for a great project!
Here is the problem:
api.addPanel({ id: `chleba_s_cibulou`, component: CibulovyChleba, minimumWidth: 460, maximumWidth: 460, minimumHeight: 660, initialWidth: 460, initialHeight: 660, floating: { position: { left: 10, top: 10 }, width: 460, height: 660, }, })
This opens floating window, initial dimensions are correct but min/max values are not applied and panel can be freely sizable.
Using version 1.17.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
First of all, @mathuo thank you very much for a great project!
Here is the problem:
This opens floating window, initial dimensions are correct but min/max values are not applied and panel can be freely sizable.
Using version 1.17.1
The text was updated successfully, but these errors were encountered: