Skip to content

Commit

Permalink
make them size smallerz
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamPorcineFudgepuppy committed Nov 21, 2024
1 parent c7a3c8f commit aa3889f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ComputerscareCondense.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Vec* widgetSize = nullptr; // Pointer to the widget's position
int moduleId = widget->module->id;
widget->box.pos.x = condenseX;
widget->box.pos.y = condenseY;
widget->box.size.x = 22.f;
widget->box.size.x = widgetSize->x;
}
}

Expand Down Expand Up @@ -132,7 +132,7 @@ void moveModuleJacks(Vec basePosition) {
if (widget && widget->module) {



inputOffsetY = 0.f;
Module* mod = widget->module;
int inputCount = mod->inputs.size();
Expand Down

0 comments on commit aa3889f

Please sign in to comment.