| 800 | } |
| 801 | |
| 802 | float SimulationParametersMainWindow::getDetailWidgetHeight() const |
| 803 | { |
| 804 | return _detailWidgetOpen ? std::max(scale(MasterMinHeight), ImGui::GetContentRegionAvail().y - getExpertWidgetRefHeight() + scale(4.0f)) : scale(25.0f); |
| 805 | } |