mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
Improve information icon in project trees.
This commit is contained in:
@@ -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 ) );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user