diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-02-13 18:06:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 18:06:12 +0100 |
| commit | 332a05405b80a1d71f0e17aedaea15d458b451a0 (patch) | |
| tree | 2e4b34906759f944ad5e1a42c81ee2f9afd4622f /lib/utils | |
| parent | 942af5acb48cc2010c1280f72cc314f074fd8b11 (diff) | |
greater lettering memory (#3504)
Diffstat (limited to 'lib/utils')
| -rw-r--r-- | lib/utils/settings.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/utils/settings.py b/lib/utils/settings.py index a5b7d679..cb330a23 100644 --- a/lib/utils/settings.py +++ b/lib/utils/settings.py @@ -32,6 +32,10 @@ DEFAULT_SETTINGS = { "stitch_layer_editor_sash_position": -200, # lettering (all lettering applications) "last_font": "Ink/Stitch Small Font", + # lettering + "lettering_align_text": 0, + "lettering_trim_option": 0, + "lettering_use_command_symbols": False, # font sampling "font_sampling_max_line_width": 180 } |
