procxx / kepka

Unofficial Telegram Desktop messaging app
https://procxx.github.io
Other
114 stars 29 forks source link

Per-monitor DPI support #220

Open ForNeVeR opened 5 years ago

ForNeVeR commented 5 years ago

For now, kepka tries to keep single DPI on all the monitors, and the users have to tune the window scaling themselves. This is not acceptable.

We should fully support per-monitor DPI (Qt allows that) and should not try to scale the controls ourselves.