summaryrefslogtreecommitdiffhomepage
path: root/tracker-trackhat/trackhat.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-trackhat/trackhat.hpp')
-rw-r--r--tracker-trackhat/trackhat.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-trackhat/trackhat.hpp b/tracker-trackhat/trackhat.hpp
index ade162ef..8d14ad24 100644
--- a/tracker-trackhat/trackhat.hpp
+++ b/tracker-trackhat/trackhat.hpp
@@ -34,7 +34,7 @@ struct trackhat_settings : opts
value<double> min_pt_size{b, "min-point-size", 2};
value<double> max_pt_size{b, "max-point-size", 8};
value<bool> enable_point_filter{b, "enable-point-filter", true };
- value<slider_value> point_filter_coefficient{b, "point-filter-coefficient", { 1, 0, 4 }};
+ value<slider_value> point_filter_coefficient{b, "point-filter-coefficient", { 1.5, 1, 4 }};
};
class setting_receiver : public QObject