mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
WBS: hide parameters from project tree
This commit is contained in:
parent
f68332ec80
commit
7564c4420f
@ -44,6 +44,8 @@ RimWellBoreStabilityPlot::RimWellBoreStabilityPlot()
|
||||
|
||||
CAF_PDM_InitFieldNoDefault( &m_wbsParameters, "WbsParameters", "Well Bore Stability Parameters", "", "", "" );
|
||||
m_wbsParameters = new RimWbsParameters;
|
||||
m_wbsParameters.uiCapability()->setUiTreeHidden( true );
|
||||
m_wbsParameters.uiCapability()->setUiTreeChildrenHidden( true );
|
||||
|
||||
m_nameConfig->setCustomName( "Well Bore Stability" );
|
||||
m_nameConfig->enableAllAutoNameTags( true );
|
||||
|
Loading…
Reference in New Issue
Block a user