Adjusted manage memory region window size

This commit is contained in:
Nav
2022-02-04 22:19:57 +00:00
parent b5fe7d6438
commit 9bbc534973

View File

@@ -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);