MCPcopy Create free account
hub / github.com/chrxh/alien / getDetailWidgetHeight

Method getDetailWidgetHeight

source/Gui/SimulationParametersMainWindow.cpp:802–805  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

scaleFunction · 0.85

Tested by

no test coverage detected