MCPcopy Create free account
hub / github.com/dialect-app/dialect / set_font_size

Method set_font_size

dialect/window.py:593–594  ·  view source on GitHub ↗
(self, size: int)

Source from the content-addressed store, hash-verified

591 self.toast_overlay.add_toast(self.toast)
592
593 def set_font_size(self, size: int):
594 self.src_text.font_size = size
595
596 def add_history_entry(self, translation: Translation):
597 """Add a history entry to the history list."""

Callers 3

setupMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected