alamminsalo / orion

Cross platform Twitch.tv client
GNU General Public License v3.0
315 stars 60 forks source link

Fix HiDPI using QT_AUTO_SCREEN_SCALE_FACTOR #269

Closed tonylambiris closed 5 years ago

tonylambiris commented 5 years ago

By default orion renders at this size: gnome-shell-screenshot-5bkwwz

This patch fixes the interface scaling on HiDPI displays: gnome-shell-screenshot-hduywz

Setting QT_AUTO_SCREEN_SCALE_FACTOR=1 will render the interface back to its original scaling size. I personally run orion with env QT_SCALE_FACTOR=1.25 orion

Thanks for this software!

adojck commented 4 years ago

Does this solve #223 ? If so I would close it

Also this might be affected by #286