Skip to content

Commit

Permalink
Fix Bypass back panel
Browse files Browse the repository at this point in the history
  • Loading branch information
hemmer committed Oct 19, 2024
1 parent d513750 commit 16e1dfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions res/panels/Bypass.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Bypass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
};

Expand Down

0 comments on commit 16e1dfc

Please sign in to comment.