diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-02-11 18:52:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-11 18:52:01 +0100 |
| commit | cee9aa0d1d6f0173643e6480b4e11fc1f27f0ffb (patch) | |
| tree | 249897ecbc6942e404088a22fd7e7dd822896b60 /lib/utils/settings.py | |
| parent | b7f5e94fd2c39bf386fe116ac172402ca99dce5e (diff) | |
lettering tools: remember last font (#3498)
Diffstat (limited to 'lib/utils/settings.py')
| -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 23e22b61..a5b7d679 100644 --- a/lib/utils/settings.py +++ b/lib/utils/settings.py @@ -30,6 +30,10 @@ DEFAULT_SETTINGS = { "last_applied_palette": "", # sew stack editor "stitch_layer_editor_sash_position": -200, + # lettering (all lettering applications) + "last_font": "Ink/Stitch Small Font", + # font sampling + "font_sampling_max_line_width": 180 } |
