leanflutter / window_manager

This plugin allows Flutter desktop apps to resizing and repositioning the window.
https://pub.dev/packages/window_manager
MIT License
676 stars 177 forks source link

[windows] size, minimumSize and maximumSize different in Widget Inspector than size used in code #434

Open nikel-abibiano opened 5 months ago

nikel-abibiano commented 5 months ago

On Windows 11, I have a default size of 1024 by 768 pixels.

When I launch de desktop app on Windows 11 and inspect the widget inspector, the actual size are smaller (1008 x 729).

Same for minimumSize and maximumSize constraints.

On macOS it's working as expected