gort818 / qtwebflix

A qt webengine program for netflix
GNU General Public License v3.0
248 stars 28 forks source link

Lacking HiDPI screen support #46

Closed spoorun closed 5 years ago

spoorun commented 5 years ago

The app is currently not honouring HiDPI settings. This results in minute unviewable/unusable writing/menus/icons in the app.

Running: Manjaro KDE 18.0.1 Screen resolution: 3200 x 1800 Display scale set at x2 (in KDE settings) qtwebflix-hidpi

gort818 commented 5 years ago

Thanks for the issue, should be an easy fix.

gort818 commented 5 years ago

can you try the latest commit and see if it fixed your issue?

spoorun commented 5 years ago

can you try the latest commit and see if it fixed your issue?

Hi, thanks for the speedy response. The icons now work, as per #47 Alas, the HiDPI is still not working (or else not being detected), same result as attachments above.

gort818 commented 5 years ago

I tested on my end and had no issues :( Have you tried a different website?

spoorun commented 5 years ago

I tested on my end and had no issues :( Have you tried a different website?

Working fine now! Not sure why not previously... but it's cool.

gort818 commented 5 years ago

ok awesome! Glad it works!

spoorun commented 5 years ago

I tested on my end and had no issues :( Have you tried a different website?

Alas, even with the changes, still qtwebflix-hdpi-helpscreen-screenshot_20190103_155719 qtwebflix-hdpi-header-screenshot_20190103_155719

having more issues that I hadn't noticed.

So, with Netflix, but also with other sites (Amazon Prime Video, and Mubi.com) the main site content is scaled correctly, but the headers, and footers, and other contents (such as the Netflix Account and Help pages) are wrongly-scaled, and minute in appearance.

See attached.

gort818 commented 5 years ago

Wow strange, I have no issues .. can you try QT_SCALE_FACTOR 2 qtwebflix

spoorun commented 5 years ago

Wow strange, I have no issues .. can you try QT_SCALE_FACTOR 2 qtwebflix

Yeah that works! QT_SCALE_FACTOR=2 qtwebflix

gort818 commented 5 years ago

just set that in your .desktop file and you should be good to go!