mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
7 lines
247 B
Markdown
7 lines
247 B
Markdown
---
|
|
"api": patch
|
|
"tauri": patch
|
|
---
|
|
|
|
The window management API was refactored: removed `setX`, `setY`, `setWidth`, `setHeight` APIs, renamed `resize` to `setSize` and the size and position APIs now allow defining both logical and physical values.
|