View Single Post
Old 07-19-2022, 03:07 PM   #2
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,983
Karma: 147448039
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by msr View Post
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
JSWolf is offline   Reply With Quote