Quote:
Originally Posted by msr
A weird change that seems to have occurred between the last version of 5 and the current version 6 is that the default cover for "coverless" books has shrunk to a 96x128 thumbnail, rather than whatever larger size it was before (300x400? something like that).
I haven't seen mention of this anywhere and cannot figure out if it was a deliberate change for some odd reason, a bug no one has noticed, or a hiccup with my particular installation (portable 6.1, FWIW).
|
You could try making sure that high DPI is off. With Qt6, high or low DPI is set by Qt6. In my case, it was set wrong.
What you do is set this environment variable.
Code:
QT_ENABLE_HIGHDPI_SCALING=0