leads_gui.config#

Module Contents#

Classes#

API#

class leads_gui.config.Config(base: dict[str, Any])#

Bases: leads.ConfigTemplate

Initialization

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.