Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
22.11k stars 840 forks source link

Fix rendering on non HiDPI screens #646

Closed sacredbanana closed 1 year ago

sacredbanana commented 3 years ago

If you have more than one monitor and you drag cool-retro-term from a HiDPI (Retina) screen to a lower resolution screen, the rendering would be at an unreadable low resolution.

Resolves #541

Swordfish90 commented 3 years ago

Hi @sacredbanana . Thank you for this PR and I'm very sorry for the very late review. I just tested it under Linux with Qt 5.12 and I'm having a few issues while playing with QT_SCALE_FACTOR so I'll be adding a few comments.