Browse Source

Fix size of VCVBezelLightBig.

tags/v2.3.0
Andrew Belt 2 years ago
parent
commit
d2ebd7bfef
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Logic.cpp

+ 1
- 1
src/Logic.cpp View File

@@ -112,7 +112,7 @@ struct VCVBezelLightBig : TBase {
VCVBezelLightBig() {
this->borderColor = color::BLACK_TRANSPARENT;
this->bgColor = color::BLACK_TRANSPARENT;
this->box.size = mm2px(math::Vec(9.53, 9.53));
this->box.size = mm2px(math::Vec(11.1936, 11.1936));
}
};



Loading…
Cancel
Save