diff --git a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp index ae64a32d..1e2f4c70 100644 --- a/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp +++ b/src/Insight/UserInterfaces/InsightWindow/InsightWindow.cpp @@ -678,6 +678,8 @@ namespace Bloom (containerSize.height() / 2) - this->mainMenuBar->height() - this->bottomMenuBar->height() - 20 ) ); + + this->bottomPanel->setMinimumResize(static_cast(containerSize.height() * 0.25)); } void InsightWindow::adjustMinimumSize() { diff --git a/src/Insight/UserInterfaces/InsightWindow/UiFiles/InsightWindow.ui b/src/Insight/UserInterfaces/InsightWindow/UiFiles/InsightWindow.ui index 64f38e0b..b18739a5 100644 --- a/src/Insight/UserInterfaces/InsightWindow/UiFiles/InsightWindow.ui +++ b/src/Insight/UserInterfaces/InsightWindow/UiFiles/InsightWindow.ui @@ -252,9 +252,6 @@ PanelWidgetType::BOTTOM - - 400 - 10