From aa3889fabb26066f1e17a5139dd1d7a42cdacdcf Mon Sep 17 00:00:00 2001 From: AdamPorcineFudgepuppy <> Date: Wed, 20 Nov 2024 23:24:26 -0600 Subject: [PATCH] make them size smallerz --- src/ComputerscareCondense.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ComputerscareCondense.cpp b/src/ComputerscareCondense.cpp index b0320d8..d97efbe 100644 --- a/src/ComputerscareCondense.cpp +++ b/src/ComputerscareCondense.cpp @@ -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; } } @@ -132,7 +132,7 @@ void moveModuleJacks(Vec basePosition) { if (widget && widget->module) { - + inputOffsetY = 0.f; Module* mod = widget->module; int inputCount = mod->inputs.size();