diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-04 10:36:24 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-04 10:36:24 +0200 |
commit | 1062fc7fac2a6f5e48cdc2e35d16f5e9673108f0 (patch) | |
tree | 47154c8c993c6d2204526d19c987c66db44ce001 /spline-widget/qfunctionconfigurator.h | |
parent | ee7530c39aaa769b7baea5fb4ece27786e04d521 (diff) |
spline-widget: allow for closer points. fix fencepost error.
Diffstat (limited to 'spline-widget/qfunctionconfigurator.h')
-rw-r--r-- | spline-widget/qfunctionconfigurator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spline-widget/qfunctionconfigurator.h b/spline-widget/qfunctionconfigurator.h index 1700dfca..b1cf7afc 100644 --- a/spline-widget/qfunctionconfigurator.h +++ b/spline-widget/qfunctionconfigurator.h @@ -79,6 +79,6 @@ private: bool _draw_function, _preview_only; static constexpr int line_length_pixels = 3; - static constexpr int point_size = 5; - static constexpr int point_closeness_limit = 12; + static constexpr int point_size = 4; + static constexpr int point_closeness_limit = 5; }; |