summaryrefslogtreecommitdiff
path: root/plugingui/powerwidget.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-04-26 12:19:57 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-04-26 12:19:57 +0200
commit1908c9efa50806ffc383d23da6b6d0d018ad6c8e (patch)
treefd71d388055cc3d792ebb9b35d541adc2a8da8a8 /plugingui/powerwidget.h
parent4c616cf4a001f3b4adda87889a98e403c2e8ab8a (diff)
WIP: Add 6px border around graph area.
Diffstat (limited to 'plugingui/powerwidget.h')
-rw-r--r--plugingui/powerwidget.h3
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);