Yet another font size tweak
parent
dd1aed627e
commit
0edca84b3d
|
@ -30,8 +30,8 @@ from ._exec import current_screen
|
||||||
log = get_logger(__name__)
|
log = get_logger(__name__)
|
||||||
|
|
||||||
# chart-wide fonts specified in inches
|
# chart-wide fonts specified in inches
|
||||||
_default_font_inches_we_like = 0.04 #5 / 96
|
_default_font_inches_we_like = 0.055 #5 / 96
|
||||||
_down_2_font_inches_we_like = 0.03 #4 / 96
|
_down_2_font_inches_we_like = 0.05 #4 / 96
|
||||||
|
|
||||||
|
|
||||||
class DpiAwareFont:
|
class DpiAwareFont:
|
||||||
|
|
Loading…
Reference in New Issue