Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
433 stars 22 forks source link

Preview doesn't scale well when using screens with different DPIs #57

Open fertrig opened 1 year ago

fertrig commented 1 year ago

This is a Windows only issue.

The Monarch preview window is not scaling as expected when moved from a screen with 150% DPI to one with 100% DPI. When moving between these two screens, the preview contents shrink. The window size seems correct.

The workaround is to select the same device in the dropdown or to select a different device.