Browse Source

Update panels

pull/46/head
hemmer 1 year ago
parent
commit
88a991b509
2 changed files with 1851 additions and 1 deletions
  1. +1850
    -0
      res/panels/EvenVCObeta.svg
  2. +1
    -1
      src/EvenVCO2.cpp

+ 1850
- 0
res/panels/EvenVCObeta.svg
File diff suppressed because it is too large
View File


+ 1
- 1
src/EvenVCO2.cpp View File

@@ -277,7 +277,7 @@ struct EvenVCO2 : Module {
struct EvenVCO2Widget : ModuleWidget {
EvenVCO2Widget(EvenVCO2* module) {
setModule(module);
setPanel(APP->window->loadSvg(asset::plugin(pluginInstance, "res/panels/EvenVCO.svg")));
setPanel(APP->window->loadSvg(asset::plugin(pluginInstance, "res/panels/EvenVCObeta.svg")));

addChild(createWidget<Knurlie>(Vec(15, 0)));
addChild(createWidget<Knurlie>(Vec(15, 365)));


Loading…
Cancel
Save