Adjusted min width of snapshot diff window
This commit is contained in:
@@ -177,7 +177,7 @@ namespace Widgets
|
|||||||
|
|
||||||
// Set ideal window size
|
// Set ideal window size
|
||||||
this->setFixedSize(1600, 910);
|
this->setFixedSize(1600, 910);
|
||||||
this->setMinimumSize(700, 600);
|
this->setMinimumSize(800, 600);
|
||||||
this->setMaximumSize(QWIDGETSIZE_MAX, QWIDGETSIZE_MAX);
|
this->setMaximumSize(QWIDGETSIZE_MAX, QWIDGETSIZE_MAX);
|
||||||
|
|
||||||
auto uiLoader = UiLoader(this);
|
auto uiLoader = UiLoader(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user