Adjusted min width of snapshot diff window

This commit is contained in:
Nav
2023-08-25 19:56:18 +01:00
parent 61cbbc1a79
commit 0e6b3f914b

View File

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