From e95dcf45813643699333ce781348fefd4266be2a Mon Sep 17 00:00:00 2001 From: Nav Date: Wed, 19 Feb 2025 23:17:32 +0000 Subject: [PATCH] Fixed left panel overlapping bug --- .../InsightWindow/Widgets/PinoutWidgets/PinoutContainer.cpp | 1 + 1 file changed, 1 insertion(+) 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) {