diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-16 17:24:31 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-03-29 00:04:47 +0200 |
commit | 1ebb642f192f93144b4383f3e756da4675114cb0 (patch) | |
tree | a3a6b4c0525c2f0f1ca80aece592113a98de3bcc /tracker-trackhat/trackhat.hpp | |
parent | 4f8ec1a2ab434c3896763685fb5dfba7194be143 (diff) |
tracker/trackhat: buffer flush
Diffstat (limited to 'tracker-trackhat/trackhat.hpp')
-rw-r--r-- | tracker-trackhat/trackhat.hpp | 2 |
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 |