diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-12 01:42:30 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-04-12 01:49:52 +0200 |
commit | 8731b350d7210505994fdfec6dc1cfa4bbf015d7 (patch) | |
tree | dd0701d6746edb56a85648b11eb05b9833d215d3 /logic/main-settings.hpp | |
parent | 3a9e32e7c8c6df97720ba569ef64131b086ad281 (diff) |
gui/mapping: allow for up to 100 cm translation
Defaults to 30 cm as before. Changes X snap value for larger max
value.
Related-to: #352
Diffstat (limited to 'logic/main-settings.hpp')
-rw-r--r-- | logic/main-settings.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/logic/main-settings.hpp b/logic/main-settings.hpp index 20805059..51b729e3 100644 --- a/logic/main-settings.hpp +++ b/logic/main-settings.hpp @@ -35,6 +35,7 @@ struct OTR_LOGIC_EXPORT axis_opts final r15 = 15, r10 = 10, + t100 = 100, t30 = 30, t20 = 20, t15 = 15, |