Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronstatic committed Nov 7, 2021
1 parent 5d7d780 commit a5d393c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ChordCV.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ struct ChordCVWidget : ModuleWidget {

const int centerX = box.size.x / 2;

ChordDisplayWidget* display = new ChordDisplayWidget(Vec(centerX, 55), Vec(76, 29), module);
ChordDisplayWidget* display = new ChordDisplayWidget(Vec(centerX, 55), Vec(box.size.x - 5, 29), module);
addChild(display);

const int offsetXL = 40;
Expand Down

0 comments on commit a5d393c

Please sign in to comment.