adjust medium ppi values
This commit is contained in:
parent
4fd90144d1
commit
261fbb5b62
1 changed files with 1 additions and 1 deletions
|
|
@ -409,7 +409,7 @@ float CMonitor::getDefaultScale() {
|
||||||
|
|
||||||
if (PPI > 200 /* High PPI, 2x*/)
|
if (PPI > 200 /* High PPI, 2x*/)
|
||||||
return 2;
|
return 2;
|
||||||
else if (PPI > 125 /* Medium PPI, 1.5x*/)
|
else if (PPI > 140 /* Medium PPI, 1.5x*/)
|
||||||
return 1.5;
|
return 1.5;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue