mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Fix Huge Fonts on R chart
.. when on a hidpi display
This commit is contained in:
@@ -531,7 +531,7 @@ void RGraphicsDevice::onBeforeExecute()
|
||||
|
||||
void RGraphicsDevice::setDeviceAttributes(pDevDesc pDev)
|
||||
{
|
||||
double pointsize = 12;
|
||||
double pointsize = 12 / dpiXFactor;
|
||||
double xoff=0, yoff=0, width=7, height=7;
|
||||
|
||||
pDev->startps = pointsize;
|
||||
|
||||
Reference in New Issue
Block a user