diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-26 11:05:49 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-26 11:05:49 +0200 |
commit | 90eca9f45e6f6481e59748a2ebf5ca6f51488f38 (patch) | |
tree | ffcff6fa9b78cbac186d28051789e77d94f0a30e /gui | |
parent | d9bfcdaf5dd23f07d2d87205e3404a8152c219af (diff) |
gui/mappings: lower snap
We have tooltips now so why the hell not.
Diffstat (limited to 'gui')
-rw-r--r-- | gui/mapping-window.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/mapping-window.cpp b/gui/mapping-window.cpp index 38ea48d8..57357765 100644 --- a/gui/mapping-window.cpp +++ b/gui/mapping-window.cpp @@ -74,9 +74,9 @@ void MapWidget::reload() } if (qfcs[i].axis >= 3) - qfcs[i].qfc->set_snap(1, 5); + qfcs[i].qfc->set_snap(1, 1); else - qfcs[i].qfc->set_snap(.5, 2.5); + qfcs[i].qfc->set_snap(.5, .5); } } |