diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2024-06-14 09:49:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-14 09:49:57 +0200 |
| commit | dbdba2cda3a66fc42b5bad05e88d33b845a85e2f (patch) | |
| tree | 6d50270e5d687a939ec75c661b1603bc43db1f4e /lib/utils | |
| parent | 39d9defef4a6c813e40df9a8de254af422af6ccd (diff) | |
Add preferences button to simulator (#2992)
* split simulator panel files
* add view panel to position view options at the side
* fix single simulator start size (macOS)
Diffstat (limited to 'lib/utils')
| -rw-r--r-- | lib/utils/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/utils/settings.py b/lib/utils/settings.py index 44310537..c7593fb7 100644 --- a/lib/utils/settings.py +++ b/lib/utils/settings.py @@ -14,6 +14,8 @@ DEFAULT_METADATA = { DEFAULT_SETTINGS = { "cache_size": 100, "pop_out_simulator": False, + "simulator_line_width": 0.1, + "simulator_npp_size": 0.5 } |
