Decreased minimum width of memory inspection window

This commit is contained in:
Nav
2023-03-18 22:07:18 +00:00
parent 3d3d5ab7c1
commit e727ff166c

View File

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