Use use CoboBoxDown/Up svg icons

This commit is contained in:
Jørgen Herje 2023-03-22 15:18:09 +01:00 committed by Magne Sjaastad
parent a42a17bf10
commit 4f73995947

View File

@ -446,6 +446,8 @@ void RimWellConnectivityTable::defineEditorAttribute( const caf::PdmFieldHandle*
auto* attrib = dynamic_cast<caf::PdmUiComboBoxEditorAttribute*>( attribute );
if ( attrib )
{
attrib->nextIcon = QIcon( ":/ComboBoxDown.svg" );
attrib->previousIcon = QIcon( ":/ComboBoxUp.svg" );
attrib->showPreviousAndNextButtons = true;
}
}