Skip to content
Snippets Groups Projects
Commit 6870b013 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

upd descr

parent 23dbd9c1
No related branches found
No related tags found
1 merge request!2705RoughnessModel: from GUI to script and back
Pipeline #154309 passed
......@@ -63,7 +63,7 @@ void RoughnessForm::createRoughnessWidgets()
RoughnessItem* roughness = m_rs.certainItem();
if (auto* rsi = dynamic_cast<BasicRoughnessItem*>(roughness)) {
m_layout->addGroupOfValues("Parameters", rsi->lateralProperties());
m_layout->addGroupOfValues("Lateral parameters", rsi->lateralProperties());
m_layout->addSelection(roughness->roughnessModelSelection());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment