From 90eca9f45e6f6481e59748a2ebf5ca6f51488f38 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 26 Sep 2016 11:05:49 +0200 Subject: gui/mappings: lower snap We have tooltips now so why the hell not. --- gui/mapping-window.cpp | 4 ++-- 1 file 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); } } -- cgit v1.2.3