diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-07-08 23:50:53 +0200 |
---|---|---|
committer | hackthetime <l4bg0jb7@duck.com> | 2023-09-05 08:21:17 +0200 |
commit | e2e47404759e89cd7ebeed87199c30e9f50db01c (patch) | |
tree | 500aea92fa9e8324d1234bcce2d452bca78a382c /run/config/modelfix-client.json | |
parent | d1484a138c1a91b61f6f8bb72cb1855d6b12a523 (diff) | |
download | BBsentials-e2e47404759e89cd7ebeed87199c30e9f50db01c.tar.gz BBsentials-e2e47404759e89cd7ebeed87199c30e9f50db01c.tar.bz2 BBsentials-e2e47404759e89cd7ebeed87199c30e9f50db01c.zip |
test
Diffstat (limited to 'run/config/modelfix-client.json')
-rw-r--r-- | run/config/modelfix-client.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/run/config/modelfix-client.json b/run/config/modelfix-client.json new file mode 100644 index 0000000..90a9983 --- /dev/null +++ b/run/config/modelfix-client.json @@ -0,0 +1,11 @@ +{ + "default": { + "item_quad_expansion": 0.002, + "item_quad_indent": 1.0E-4 + }, + "mac_os": { + "item_quad_expansion": 0.02, + "item_quad_indent": 0.001, + "shrink_ratio_multiplier": 0.2 + } +}
\ No newline at end of file |