i dunno, but display scaling is wack

py3.10_support
Tyler Goodlet 2021-12-03 12:43:54 -05:00
parent c1cf4c7876
commit f21c68a672
1 changed files with 1 additions and 2 deletions

View File

@ -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