leads_gui.config#
Module Contents#
Classes#
API#
- class leads_gui.config.Config(base: dict[str, Any])#
Bases:
leads.ConfigTemplateInitialization
All custom attributes should be public (not named after β_β). Writable attributes should start with βw_β such as βw_debug_levelβ. :param base: the base dictionary
- magnify_font_sizes(factor: float) None#
Magnify font sizes by the factor. :param factor: the factor
- auto_magnify_font_sizes() None#
Automatically magnify font sizes to match the original proportion.