#846 Plot Window and 3D Window icons

This commit is contained in:
Jacob Støren
2016-10-04 14:36:27 +02:00
parent 0b9b0137cd
commit 8e95fda144
8 changed files with 7 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ RimEclipseView::RimEclipseView()
RiaPreferences* preferences = app->preferences();
CVF_ASSERT(preferences);
CAF_PDM_InitObject("Reservoir View", ":/ReservoirView.png", "", "");
CAF_PDM_InitObject("Reservoir View", ":/3DView16x16.png", "", "");
CAF_PDM_InitFieldNoDefault(&cellResult, "GridCellResult", "Cell Result", ":/CellResult.png", "", "");
cellResult = new RimEclipseCellColors();