Fix: scaling window size difference

This commit is contained in:
DaZuo0122
2026-02-14 20:07:03 +08:00
parent f50243ab96
commit eddf4b9481
5 changed files with 132 additions and 20 deletions

View File

@@ -122,6 +122,9 @@ An issue touching Tauri runtime behaviors must satisfy all requirements before `
API mismatch)
- verify window resize uses consistent coordinate units (no accumulated drift over 20 scale changes)
- no runtime command/type error from position updates (e.g. `set_position` expects integer coords)
- at the same slider scale value, main window size is consistent across packs (`default`, `ferris`,
`demogorgon`) within 1px rounding tolerance
- no white strip/background bleed is visible along any overlay window edge on dark desktop background
## Settings Window Checklist