mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2887 Tidy up 3D well log curve configuration to more obvious documentation.
This commit is contained in:
@@ -88,7 +88,7 @@ QString RimCurveNameConfig::name() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
caf::PdmUiGroup* RimCurveNameConfig::createUiGroup(QString uiConfigName, caf::PdmUiOrdering& uiOrdering)
|
||||
{
|
||||
caf::PdmUiGroup* nameGroup = uiOrdering.addNewGroup("Curve Name Configuration");
|
||||
caf::PdmUiGroup* nameGroup = uiOrdering.addNewGroup("Curve Name");
|
||||
nameGroup->add(&m_isUsingAutoName);
|
||||
return nameGroup;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user