diff options
Diffstat (limited to 'plugingui/powerwidget.h')
-rw-r--r-- | plugingui/powerwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugingui/powerwidget.h b/plugingui/powerwidget.h index 316c631..b724e8c 100644 --- a/plugingui/powerwidget.h +++ b/plugingui/powerwidget.h @@ -81,7 +81,8 @@ private: bool enabled{true}; int in_point{-1}; - const float radius = 0.015; + const float radius = 0.02f; + const float brd = 6.0f; }; void chk_shelf(bool v); |