diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/PinoutContainer.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/PinoutContainer.cpp index ff2c48ef..81b70dd9 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/PinoutContainer.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/PinoutWidgets/PinoutContainer.cpp @@ -18,6 +18,7 @@ namespace Widgets::PinoutWidgets this->setMouseTracking(true); this->setScene(this->pinoutScene); + this->setMinimumWidth(1); } void PinoutContainer::resizeEvent(QResizeEvent* event) {