mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Move case selection to top of flow characteristics plot property editor
This commit is contained in:
@@ -311,6 +311,8 @@ void RimFlowCharacteristicsPlot::defineUiOrdering(QString uiConfigName, caf::Pdm
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
uiOrdering.add(&m_case);
|
||||||
|
|
||||||
{
|
{
|
||||||
caf::PdmUiGroup* timeStepsGroup = uiOrdering.addNewGroup("Time Steps");
|
caf::PdmUiGroup* timeStepsGroup = uiOrdering.addNewGroup("Time Steps");
|
||||||
|
|
||||||
@@ -336,7 +338,6 @@ void RimFlowCharacteristicsPlot::defineUiOrdering(QString uiConfigName, caf::Pdm
|
|||||||
|
|
||||||
{
|
{
|
||||||
caf::PdmUiGroup* optionsGroup = uiOrdering.addNewGroup("Options");
|
caf::PdmUiGroup* optionsGroup = uiOrdering.addNewGroup("Options");
|
||||||
optionsGroup->add(&m_case);
|
|
||||||
optionsGroup->add(&m_flowDiagSolution);
|
optionsGroup->add(&m_flowDiagSolution);
|
||||||
|
|
||||||
optionsGroup->add(&m_showLegend);
|
optionsGroup->add(&m_showLegend);
|
||||||
|
|||||||
Reference in New Issue
Block a user