diff --git a/res/panels/Bypass.svg b/res/panels/Bypass.svg index 42f212d..49dc25b 100644 --- a/res/panels/Bypass.svg +++ b/res/panels/Bypass.svg @@ -335,7 +335,7 @@ inkscape:pageopacity="1" inkscape:pageshadow="2" inkscape:zoom="2.0011288" - inkscape:cx="-6.9960514" + inkscape:cx="-6.7461924" inkscape:cy="231.61927" inkscape:document-units="mm" inkscape:current-layer="layer1" @@ -510,7 +510,7 @@ inkscape:connector-curvature="0" id="path50225" d="M -19.91345,153.27104 H 0.23345133 v 128.3269 H -19.91345 Z" - style="display:inline;fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.173098;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" + style="display:inline;fill:#171717;fill-opacity:1;stroke:#000000;stroke-width:0.173098;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" inkscape:export-filename="C:\Users\Pascu\Dropbox\Modulos\In process\Molten bypass\Panel\Molten Bypass.png" inkscape:export-xdpi="600" inkscape:export-ydpi="600" /> diff --git a/src/Bypass.cpp b/src/Bypass.cpp index 10a4b2d..334d56d 100644 --- a/src/Bypass.cpp +++ b/src/Bypass.cpp @@ -161,7 +161,7 @@ struct VCVBezelLightBig : TBase { VCVBezelLightBig() { this->borderColor = color::WHITE_TRANSPARENT; this->bgColor = color::WHITE_TRANSPARENT; - this->box.size = mm2px(math::Vec(9, 9)); + this->box.size = mm2px(math::Vec(11, 11)); } };