Browse Source

Fix Bypass back panel

pull/55/head
hemmer 6 months ago
parent
commit
16e1dfc8fb
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      res/panels/Bypass.svg
  2. +1
    -1
      src/Bypass.cpp

+ 2
- 2
res/panels/Bypass.svg View File

@@ -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" />


+ 1
- 1
src/Bypass.cpp View File

@@ -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));
}
};



Loading…
Cancel
Save