diff options
| author | Claudine Peyrat <88194877+claudinepeyrat06@users.noreply.github.com> | 2025-07-19 11:19:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-19 11:19:21 +0200 |
| commit | fdd3dbc956cd9d2be10bcbf4834e47dd89fcb754 (patch) | |
| tree | 222bd183fec5c639736295c2f1f556970f4933ff /lib/utils/settings.py | |
| parent | 0c86b79c2a49707d32dc8f2e9dc05f244f99b889 (diff) | |
Claudine/fill composed glyphs layers (#3870)
* combining glyphs are guessed
* attribute letter seems ok now
* Update option_panel.py
should not have been modified
* second round
* step3
* add sorting whole file by categories
* style
* Update tags.py
remove an unuseful tag
* fixing mistakes pointed out by Kaaleen
thank you Kaalleen
Diffstat (limited to 'lib/utils/settings.py')
| -rw-r--r-- | lib/utils/settings.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/utils/settings.py b/lib/utils/settings.py index 501798ac..cd8c1dba 100644 --- a/lib/utils/settings.py +++ b/lib/utils/settings.py @@ -38,7 +38,8 @@ DEFAULT_SETTINGS = { "lettering_trim_option": 0, "lettering_use_command_symbols": False, # font sampling - "font_sampling_max_line_width": 180 + "font_sampling_max_line_width": 180, + "font_sampling_scale_spinner": 100 } |
