summaryrefslogtreecommitdiffhomepage
path: root/spline/spline-widget.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-06-25 21:04:53 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-06-25 21:04:53 +0200
commitf166d006330c788c8706c93d3290eff6265cde58 (patch)
tree627ff129532d71116fa21ae670062868309d3d3e /spline/spline-widget.hpp
parent0b7de47259713acef2682755cc79263883741bf1 (diff)
spline: fix text going out of bounds
Diffstat (limited to 'spline/spline-widget.hpp')
-rw-r--r--spline/spline-widget.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/spline/spline-widget.hpp b/spline/spline-widget.hpp
index ab0060f2..f1523361 100644
--- a/spline/spline-widget.hpp
+++ b/spline/spline-widget.hpp
@@ -107,7 +107,7 @@ private:
bool draw_function = true, preview_only = false;
// point's circle radius on the widget
- static constexpr int point_size_in_pixels_ = 4;
+ static constexpr int point_size_in_pixels_ = 5;
const double point_size_in_pixels = point_size_in_pixels_ * screen_dpi();
};