Bump up font size one more time
parent
c2890b8197
commit
aa4a2ef64f
|
@ -30,8 +30,10 @@ from ._exec import current_screen
|
|||
log = get_logger(__name__)
|
||||
|
||||
# chart-wide fonts specified in inches
|
||||
_default_font_inches_we_like = 0.055 #5 / 96
|
||||
_down_2_font_inches_we_like = 0.05 #4 / 96
|
||||
# _default_font_inches_we_like = 0.055 #5 / 96
|
||||
_default_font_inches_we_like = 0.0616 #5 / 96
|
||||
# _down_2_font_inches_we_like = 0.05 #4 / 96
|
||||
_down_2_font_inches_we_like = 0.055 #4 / 96
|
||||
|
||||
|
||||
class DpiAwareFont:
|
||||
|
|
Loading…
Reference in New Issue