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

IntensityDataPropertyWidget: fix max z

parent 7b72d7d5
No related branches found
No related tags found
1 merge request!994GUI: fix layout in properties panel
Pipeline #72089 passed
......@@ -157,7 +157,7 @@ void IntensityDataPropertyWidget::createPanelElements()
},
&m_updaters));
yFormLayout->addRow("Max:", GUI::Util::createDoubleSpinboxUpdScroll(
zFormLayout->addRow("Max:", GUI::Util::createDoubleSpinboxUpdScroll(
[=] { return currentIntensityDataItem()->zAxisItem()->max(); },
[=](double newValue) {
for (auto item : mainIntensityDataItems())
......
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