You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you create undecorated windows with Tauri 2.1.0 (after tao 0.30.6), it will be created larger than the specified size.
There is no problem with Tauri 2.0.6 (tao 0.30.2), I think the problem is below. tauri-apps/tao@06d109f
For this reason, in Tauri 2.1.0, even if you create a window the same size as the work area, it will be larger than the work area.
Describe the bug
When you create undecorated windows with Tauri 2.1.0 (after tao 0.30.6), it will be created larger than the specified size.
There is no problem with Tauri 2.0.6 (tao 0.30.2), I think the problem is below.
tauri-apps/tao@06d109f
For this reason, in Tauri 2.1.0, even if you create a window the same size as the work area, it will be larger than the work area.
Reproduction
Run
tauri dev
in each repositoryThe windows are created at the same coordinates, but they have different sizes.
Expected behavior
The window must be created in the correct size.
Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: