This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Change color of LightPanel to match Fundamental
tags/v0.5.0
Andrew Belt
7 years ago
parent
6db1177270
commit
4843fec655
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
include/components.hpp
+ 1
- 2
include/components.hpp
View File
@@ -615,8 +615,7 @@ struct ScrewBlack : SVGScrew {
struct LightPanel : Panel {
LightPanel() {
// backgroundColor = nvgRGB(0xe6, 0xe6, 0xe6);
backgroundColor = nvgRGB(0xf0, 0xf0, 0xf0);
backgroundColor = nvgRGB(0xe6, 0xe6, 0xe6);
}
};
Write
Preview
Loading…
Cancel
Save