Slazanger / SMT

Slazanger's Eve Map Tool
MIT License
264 stars 77 forks source link

Per-Monitor DPI awareness #69

Closed Paic closed 3 years ago

Paic commented 3 years ago

Small fix, just getting started with the project 😃

The default WPF behaviour is DPI aware but using the system-wide DPI, not the one configured for each monitor. Tested this on my monitors and a subtle change can be seen, especially on labels (for exemple, ther vertical tabs on the right).

Should fix #56.

Before : non dpi aware

After : dpi aware