From e727ff166c321123511f636b3bcf4e4a0685fe52 Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 18 Mar 2023 22:07:18 +0000 Subject: [PATCH] Decreased minimum width of memory inspection window --- src/Insight/UserInterfaces/InsightWindow/Widgets/PaneWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/PaneWidget.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/PaneWidget.cpp index 9baf5838..99acd2a6 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/PaneWidget.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/PaneWidget.cpp @@ -41,7 +41,7 @@ namespace Bloom::Widgets this->state.detachedWindowState = DetachedWindowState(this->size(), this->pos()); } - this->setMinimumSize(1100, 600); + this->setMinimumSize(700, 600); this->state.attached = false; if (this->state.activated) {