From f320f952880b2ecc63c284aaa372b92a008ecc9b Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 13 Jun 2021 23:59:02 -0400 Subject: [PATCH] Drop old hi-dpi font inches sizes --- piker/ui/_style.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/piker/ui/_style.py b/piker/ui/_style.py index 83daaa79..6e89d8b6 100644 --- a/piker/ui/_style.py +++ b/piker/ui/_style.py @@ -33,9 +33,7 @@ _magic_inches = 0.0666 * (1 + 6/16) # chart-wide fonts specified in inches _font_sizes: Dict[str, Dict[str, float]] = { 'hi': { - # 'default': 0.0616, 'default': _magic_inches, - # 'small': 0.055, 'small': 0.9 * _magic_inches, }, 'lo': {