i dunno, but display scaling is wack
parent
c1cf4c7876
commit
f21c68a672
|
@ -127,10 +127,9 @@ class DpiAwareFont:
|
||||||
if 1.2 <= scale:
|
if 1.2 <= scale:
|
||||||
mult = 1.0375
|
mult = 1.0375
|
||||||
|
|
||||||
if scale >= 2:
|
if scale >= 1.5:
|
||||||
mult = 1.375
|
mult = 1.375
|
||||||
|
|
||||||
|
|
||||||
# TODO: this multiplier should probably be determined from
|
# TODO: this multiplier should probably be determined from
|
||||||
# relative aspect ratios or something?
|
# relative aspect ratios or something?
|
||||||
inches *= mult
|
inches *= mult
|
||||||
|
|
Loading…
Reference in New Issue