From 0e6b3f914b09a9a9222532e1c02892e96bd6e453 Mon Sep 17 00:00:00 2001 From: Nav Date: Fri, 25 Aug 2023 19:56:18 +0100 Subject: [PATCH] Adjusted min width of snapshot diff window --- .../SnapshotManager/SnapshotDiff/SnapshotDiff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotDiff/SnapshotDiff.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotDiff/SnapshotDiff.cpp index 05fb8d18..8a13f4d3 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotDiff/SnapshotDiff.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/SnapshotManager/SnapshotDiff/SnapshotDiff.cpp @@ -177,7 +177,7 @@ namespace Widgets // Set ideal window size this->setFixedSize(1600, 910); - this->setMinimumSize(700, 600); + this->setMinimumSize(800, 600); this->setMaximumSize(QWIDGETSIZE_MAX, QWIDGETSIZE_MAX); auto uiLoader = UiLoader(this);