diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/MemoryRegionManagerWindow.cpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/MemoryRegionManagerWindow.cpp index 4634df77..4e4e45df 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/MemoryRegionManagerWindow.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetMemoryInspectionPane/MemoryRegionManager/MemoryRegionManagerWindow.cpp @@ -56,7 +56,7 @@ MemoryRegionManagerWindow::MemoryRegionManagerWindow( } this->setStyleSheet(windowStylesheet.readAll()); - this->setFixedSize(QSize(900, 520)); + this->setFixedSize(QSize(970, 540)); auto uiLoader = UiLoader(this); this->container = uiLoader.load(&windowUiFile, this);