View Single Post
Old 07-11-2022, 03:18 PM   #33
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,218
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
Quote:
Originally Posted by Protoplast26 View Post
The Problem is that now the iconography is to large even if the icon are set to small. Are there some sort of tweak to override the scaling factor inside of Calibre. If I disable the scaling on the Windows side everything is too small
I noticed this problem with the first beta launched months ago. I had completely forget about this until you mentioned it now. Here is my original post about this.

Apparently, QT has trouble when you use a non integer scale factor (I use 125% on my Windows 10 machine). There are multiple ways to correct this using an environment variable (see @Quoth's post on the other page). In addition to what he suggested, I can confirm that any of this variables work too:
Code:
QT_SCALE_FACTOR_ROUNDING_POLICY = Round
QT_ENABLE_HIGHDPI_SCALING = 0
Only one of the above is necessary.

Source:
https://doc.qt.io/qt-6/portingguide.html#high-dpi
https://doc.qt.io/qt-6/highdpi.html#...able-reference
thiago.eec is offline