commit c4457595db17525a9619212f32ba1bbcef0c7fc9
parent bfc30dd9a961635a10246fcfe4b17abbe3e3fb10
Author: Adam M <aemalone@gmail.com>
Date: Sat, 5 Jan 2019 23:58:34 -0600
add BigSmoothKnob
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/Computerscare.hpp b/src/Computerscare.hpp
@@ -143,7 +143,11 @@ struct SmoothKnob : RoundKnob {
setSVG(SVG::load(assetPlugin(plugin, "res/computerscare-medium-knob-effed.svg")));
}
};
-
+struct BigSmoothKnob : RoundKnob {
+ BigSmoothKnob() {
+ setSVG(SVG::load(assetPlugin(plugin, "res/computerscare-big-knob-effed.svg")));
+ }
+};
////////////////////////////////////
struct SmallLetterDisplay : TransparentWidget {