On Thu, Oct 17, 2002 at 03:26:06PM +0200, Lars Gullik Bj?nnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | Patch to both appended. Ok? > > pretty much ok. > > | - return pdm.logicalDpiY(); > | + return 0.5 * (pdm.logicalDpiX() + pdm.logicalDpiY()); > > I would have prefred some (pdm.logicalDpiX() + pdm.logicalDpiY()) / 2.0
I'm not sure we should use this. We should use the same value that QT uses as DPI (logicalDpiY ?) in order, for example, to make the math preview match the mathed display.