mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use use CoboBoxDown/Up svg icons
This commit is contained in:
parent
a42a17bf10
commit
4f73995947
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user