This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
AudibleInstruments
mirror of
https://github.com/VCVRack/AudibleInstruments.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
8
Wiki
Activity
Browse Source
Remove border from Rogan6PSLight.
pull/114/head
Andrew Belt
3 years ago
parent
334c6cc597
commit
7be622852a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/plugin.hpp
+ 2
- 0
src/plugin.hpp
View File
@@ -32,5 +32,7 @@ template <typename Base>
struct Rogan6PSLight : Base {
Rogan6PSLight() {
this->box.size = mm2px(Vec(23.04, 23.04));
// this->bgColor = nvgRGBA(0, 0, 0, 0);
this->borderColor = nvgRGBA(0, 0, 0, 0);
}
};
Write
Preview
Loading…
Cancel
Save