summaryrefslogtreecommitdiff
path: root/lib/utils/settings.py
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2024-06-14 09:49:57 +0200
committerGitHub <noreply@github.com>2024-06-14 09:49:57 +0200
commitdbdba2cda3a66fc42b5bad05e88d33b845a85e2f (patch)
tree6d50270e5d687a939ec75c661b1603bc43db1f4e /lib/utils/settings.py
parent39d9defef4a6c813e40df9a8de254af422af6ccd (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/settings.py')
-rw-r--r--lib/utils/settings.py2
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
}