mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove control flag in setCollapsedByDefault
* Remove control flag in setCollapsedByDefault * Set regions/annotations collapsed by default
This commit is contained in:
@@ -680,7 +680,7 @@ void RimSimWellInViewCollection::defineUiOrdering( QString uiConfigName, caf::Pd
|
||||
sizeScalingGroup->add( &spheresScaleFactor );
|
||||
|
||||
caf::PdmUiGroup* colorGroup = uiOrdering.addNewGroup( "Colors" );
|
||||
colorGroup->setCollapsedByDefault( true );
|
||||
colorGroup->setCollapsedByDefault();
|
||||
colorGroup->add( &showConnectionStatusColors );
|
||||
colorGroup->add( &wellLabelColor );
|
||||
colorGroup->add( &m_wellPipeColors );
|
||||
@@ -696,7 +696,7 @@ void RimSimWellInViewCollection::defineUiOrdering( QString uiConfigName, caf::Pd
|
||||
if ( !isContourMap )
|
||||
{
|
||||
caf::PdmUiGroup* advancedGroup = uiOrdering.addNewGroup( "Advanced" );
|
||||
advancedGroup->setCollapsedByDefault( true );
|
||||
advancedGroup->setCollapsedByDefault();
|
||||
advancedGroup->add( &wellCellTransparencyLevel );
|
||||
advancedGroup->add( &wellHeadPosition );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user