diff options
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; }; |