tauri/.changes/fix-window-center-work-area.md
Tony 4c2e7477e6
fix(windows) window center doesn't consider taskbar size (#9309)
* Fix window center doesn't consider taskbar size

* Clean up

* Add change file

* Calculate title bar size on initial creation

* Comment about not adding in rect.bottom

* Tweak comment

* Fix center existing window a bit too high

* us NSWindow::center on macOS

* skip if undecorated
2024-04-02 20:32:30 +02:00

6 lines
104 B
Markdown

---
"tauri-runtime-wry": patch:bug
---
Fix window centering not taking taskbar into account on Windows