vlang / ui

A cross-platform UI library written in V
MIT License
2.31k stars 154 forks source link

Handle dpi changes #569

Closed jkvatne closed 4 months ago

jkvatne commented 4 months ago

When the form is dragged from one monitor to another with different dpi settings (or scale on windows) the form was not sized correctly. This change updates the scal factor when the form is moved.