From 0edca84b3d045748fa3e4046b0c041d972331eaa Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 11 Feb 2021 11:48:40 -0500 Subject: [PATCH] Yet another font size tweak --- 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 14976350..6e023095 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 = 0.04 #5 / 96 -_down_2_font_inches_we_like = 0.03 #4 / 96 +_default_font_inches_we_like = 0.055 #5 / 96 +_down_2_font_inches_we_like = 0.05 #4 / 96 class DpiAwareFont: