Allow well target list to consume available space

This commit is contained in:
Magne Sjaastad
2022-10-31 10:18:40 +01:00
parent 4d5ceb0441
commit a577545212
4 changed files with 56 additions and 4 deletions

View File

@@ -729,6 +729,7 @@ void RimWellPathGeometryDef::defineEditorAttribute( const caf::PdmFieldHandle* f
if ( tvAttribute )
{
tvAttribute->resizePolicy = caf::PdmUiTableViewEditorAttribute::RESIZE_TO_FIT_CONTENT;
tvAttribute->heightHint = 1000;
if ( m_pickPointsEnabled )
{