From a42a6ec0d7f99de0aabf9c9732303ded426e843f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 1 Oct 2021 23:59:01 +0200 Subject: tracker/pt: allow for even more filtering --- tracker-pt/FTNoIR_PT_Controls.ui | 2 +- tracker-pt/pt-settings.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tracker-pt') diff --git a/tracker-pt/FTNoIR_PT_Controls.ui b/tracker-pt/FTNoIR_PT_Controls.ui index 08c3807b..edb401da 100644 --- a/tracker-pt/FTNoIR_PT_Controls.ui +++ b/tracker-pt/FTNoIR_PT_Controls.ui @@ -736,7 +736,7 @@ 0 - 300 + 400 1 diff --git a/tracker-pt/pt-settings.hpp b/tracker-pt/pt-settings.hpp index a97fa73e..876ba573 100644 --- a/tracker-pt/pt-settings.hpp +++ b/tracker-pt/pt-settings.hpp @@ -69,7 +69,7 @@ struct pt_settings final : options::opts value threshold_slider { b, "threshold-slider", { 128, 0, 255 } }; value enable_point_filter{ b, "enable-point-filter", false }; - value point_filter_coefficient { b, "point-filter-coefficient", { 1.5, 0, 3 } }; + value point_filter_coefficient { b, "point-filter-coefficient", { 1.0, 0, 4 } }; explicit pt_settings(const QString& name) : opts(name) {} }; -- cgit v1.2.3