You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring the minWidth property in tauri's windows configuration, it does not take effect until a minHeight is defined as well. Here is an example.
Reproduction
Define minWidth in the windows configuration (making sure minHeight is not set).
Obersve the window being resizable beyond the minimum value.
Define minHeight in the windows configuration, keeping minWidth untouched.
Observe minWidth taking effect and effectively constraining window resizing.
Expected behavior
The window is constrained to not be resizable beyond the minWidth value, even if the minHeight value is not defined.
Describe the bug
When configuring the minWidth property in tauri's windows configuration, it does not take effect until a minHeight is defined as well. Here is an example.
Reproduction
Expected behavior
The window is constrained to not be resizable beyond the minWidth value, even if the minHeight value is not defined.
Platform and versions
Stack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: