#4864 add a separate icon for geomech views

This commit is contained in:
Jacob Støren 2019-10-14 11:34:38 +02:00
parent 33bf572755
commit 308b3613b7
4 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,7 @@ RimGeoMechView::RimGeoMechView( void )
RiaPreferences* preferences = app->preferences();
CVF_ASSERT( preferences );
CAF_PDM_InitObject( "Geomechanical View", ":/3DView16x16.png", "", "" );
CAF_PDM_InitObject( "Geomechanical View", ":/3DViewGeoMech16x16.png", "", "" );
CAF_PDM_InitFieldNoDefault( &cellResult, "GridCellResult", "Color Result", ":/CellResult.png", "", "" );
cellResult = new RimGeoMechCellColors();

Binary file not shown.

Before

Width:  |  Height:  |  Size: 727 B

After

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 661 B

View File

@ -93,6 +93,7 @@
<file>PlotWindow24x24.png</file>
<file>3DWindow24x24.png</file>
<file>3DView16x16.png</file>
<file>3DViewGeoMech16x16.png</file>
<file>SummaryCase48x48.png</file>
<file>SummaryCase16x16.png</file>
<file>openFolder24x24.png</file>