liri-project / liri-browser

📕 Archive - Development has moved to https://github.com/lirios/browser.
GNU General Public License v3.0
301 stars 42 forks source link

Default zoom level should match OS setting #227

Open D1G1TE opened 8 years ago

D1G1TE commented 8 years ago

Issue can be observed on HIDPI systems, like 15 inch laptops with 4K display. Default OS zoom level is 200%. But Liri is rendering pages with 100% by default, regardless OS wide settings. Tested on Windows 10 latest Insider preview.

timsueberkrueb commented 8 years ago

Hey @D1G1TE, thanks for reporting. This is most probably an upstream bug in Qt/QtWebEngine. We need to check if it was fixed with Qt 5.6's new High-DPI-Support.