mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
* fix(macOS): Use visibleFrame for window centering to exclude menu bar The windowCenter() function was using [screen frame] which includes the menu bar and dock areas, causing windows to appear positioned too high on the screen when centered. This change uses [screen visibleFrame] instead, which excludes the menu bar and dock areas, resulting in proper visual centering. Fixes vertical centering issue on macOS in Wails v3 alpha. * Update v3/UNRELEASED_CHANGELOG.md * Update changelog entry format --------- Co-authored-by: Atterpac <89053530+atterpac@users.noreply.github.com> Co-authored-by: Lea Anthony <lea.anthony@gmail.com> |
||
|---|---|---|
| .. | ||
| application | ||
| events | ||
| icons | ||
| mac | ||
| services | ||
| w32 | ||