From 708ed898941bc72ace5f3f850fb5d0c689b4d250 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 8 Feb 2021 07:01:26 -0500 Subject: [PATCH] Hard code font inches --- piker/ui/_style.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piker/ui/_style.py b/piker/ui/_style.py index 36f80927..14976350 100644 --- a/piker/ui/_style.py +++ b/piker/ui/_style.py @@ -30,8 +30,8 @@ from ._exec import current_screen log = get_logger(__name__) # chart-wide fonts specified in inches -_default_font_inches_we_like = 6 / 96 -_down_2_font_inches_we_like = 5 / 96 +_default_font_inches_we_like = 0.04 #5 / 96 +_down_2_font_inches_we_like = 0.03 #4 / 96 class DpiAwareFont: