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
minWidth
The minWidth of the window is invalid.
tauri.config.json
pnpm tauri dev
No response
tauri info
[✔] Environment - OS: Windows 10.0.26100 X64 ✔ WebView2: 126.0.2592.87 ✔ MSVC: Visual Studio Community 2022 ✔ rustc: 1.79.0 (129f3b996 2024-06-10) ✔ cargo: 1.79.0 (ffa9cf99a 2024-06-03) ✔ rustup: 1.27.1 (54dd3d00f 2024-04-24) ✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default) - node: 20.15.0 - pnpm: 9.4.0 - yarn: 1.22.22 - npm: 10.7.0 [-] Packages - tauri [RUST]: 2.0.0-beta.23 - tauri-build [RUST]: 2.0.0-beta.18 - wry [RUST]: 0.41.0 - tao [RUST]: 0.28.1 - @tauri-apps/api [NPM]: 2.0.0-beta.14 - @tauri-apps/cli [NPM]: 2.0.0-beta.21 [-] App - build-type: bundle - CSP: unset - frontendDist: ../dist - devUrl: http://localhost:1420/ - framework: Vue.js - bundler: Vite
The text was updated successfully, but these errors were encountered:
Can you check if it works when you add a minHeight too? Maybe we re-introduced tauri-apps/tao#138 at some point 🤔
Sorry, something went wrong.
Seems like we never adapted tauri APIs to tauri-apps/tao#759
After adding 'minHeight' is normal
I am working on a PR to fix this, will open tomorrow
feat: add granular size constraints APIs
6aa3999
closes #7075 closes #10227
amrbashir
Successfully merging a pull request may close this issue.
Describe the bug
The
minWidth
of the window is invalid.Reproduction
minWidth
intauri.config.json
pnpm tauri dev
Expected behavior
No response
Full
tauri info
outputStack trace
No response
Additional context
The text was updated successfully, but these errors were encountered: