Improve information icon in project trees.

This commit is contained in:
jonjenssen
2026-06-22 14:17:47 +02:00
committed by JJ
parent 947680fdf9
commit 6e6f29b86d
4 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -275,7 +275,8 @@
<file>AppendPrevCurve.png</file>
<file>CheckOverlay16x16.png</file>
<file>Link3DandPlots.png</file>
<file>info.png</file>
<file>info16x16.png</file>
<file>info.png</file>
<file>DataVector.svg</file>
<file>DataVectorCalculated.svg</file>
<file>open-text-editor.svg</file>
Binary file not shown.

After

Width:  |  Height:  |  Size: 830 B

@@ -898,7 +898,7 @@ void RimReservoirGridEnsemble::defineObjectEditorAttribute( QString uiConfigName
if ( gridMode() == GridModeType::INDIVIDUAL_GRIDS )
{
auto tag = caf::PdmUiTreeViewItemAttribute::createTag();
tag->icon = caf::IconProvider( ":/info.png" );
tag->icon = caf::IconProvider( ":/info16x16.png" );
treeItemAttribute->tags.push_back( std::move( tag ) );
}
}
@@ -284,7 +284,7 @@ void RimSummaryCase::defineObjectEditorAttribute( QString uiConfigName, caf::Pdm
if ( !uiToolTip().isEmpty() )
{
auto tag = caf::PdmUiTreeViewItemAttribute::createTag();
tag->icon = caf::IconProvider( ":/info.png" );
tag->icon = caf::IconProvider( ":/info16x16.png" );
treeItemAttribute->tags.push_back( std::move( tag ) );
}