diff --git a/ApplicationCode/ProjectDataModel/RimProject.cpp b/ApplicationCode/ProjectDataModel/RimProject.cpp index b1a3f71ffb..4a9736c964 100644 --- a/ApplicationCode/ProjectDataModel/RimProject.cpp +++ b/ApplicationCode/ProjectDataModel/RimProject.cpp @@ -90,7 +90,7 @@ RimProject::RimProject(void) wellPathImport.uiCapability()->setUiHidden(true); wellPathImport.uiCapability()->setUiChildrenHidden(true); - CAF_PDM_InitFieldNoDefault(&mainPlotCollection, "MainPlotCollection", "Plots", ":/Default.png", "", ""); + CAF_PDM_InitFieldNoDefault(&mainPlotCollection, "MainPlotCollection", "Plots", "", "", ""); mainPlotCollection.uiCapability()->setUiHidden(true); CAF_PDM_InitFieldNoDefault(&viewLinkerCollection, "LinkedViews", "Linked Views (field in RimProject", ":/chain.png", "", ""); diff --git a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp index dda8bf0a01..eb47271603 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogPlot.cpp @@ -54,7 +54,7 @@ CAF_PDM_SOURCE_INIT(RimWellLogPlot, "WellLogPlot"); //-------------------------------------------------------------------------------------------------- RimWellLogPlot::RimWellLogPlot() { - CAF_PDM_InitObject("Well Log Plot", ":/WellCollection.png", "", ""); + CAF_PDM_InitObject("Well Log Plot", ":/WellLogPlot16x16.png", "", ""); m_viewer = NULL; diff --git a/ApplicationCode/ProjectDataModel/RimWellLogPlotCollection.cpp b/ApplicationCode/ProjectDataModel/RimWellLogPlotCollection.cpp index cb1bbec0ec..4a84ef5991 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogPlotCollection.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogPlotCollection.cpp @@ -39,7 +39,7 @@ CAF_PDM_SOURCE_INIT(RimWellLogPlotCollection, "WellLogPlotCollection"); //-------------------------------------------------------------------------------------------------- RimWellLogPlotCollection::RimWellLogPlotCollection() { - CAF_PDM_InitObject("Well Log Plots", "", "", ""); + CAF_PDM_InitObject("Well Log Plots", ":/WellLogPlots16x16.png", "", ""); CAF_PDM_InitFieldNoDefault(&wellLogPlots, "WellLogPlots", "", "", "", ""); wellLogPlots.uiCapability()->setUiHidden(true); diff --git a/ApplicationCode/ProjectDataModel/RimWellLogPlotCurve.cpp b/ApplicationCode/ProjectDataModel/RimWellLogPlotCurve.cpp index 5c6a0f12d9..46feffaf00 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogPlotCurve.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogPlotCurve.cpp @@ -36,7 +36,7 @@ CAF_PDM_XML_ABSTRACT_SOURCE_INIT(RimWellLogPlotCurve, "WellLogPlotCurve"); //-------------------------------------------------------------------------------------------------- RimWellLogPlotCurve::RimWellLogPlotCurve() { - CAF_PDM_InitObject("Curve", "", "", ""); + CAF_PDM_InitObject("Curve", ":/WellLogCurve16x16.png", "", ""); CAF_PDM_InitField(&m_showCurve, "Show", true, "Show curve", "", "", ""); m_showCurve.uiCapability()->setUiHidden(true); diff --git a/ApplicationCode/ProjectDataModel/RimWellLogPlotTrack.cpp b/ApplicationCode/ProjectDataModel/RimWellLogPlotTrack.cpp index fa8571c975..caccf57792 100644 --- a/ApplicationCode/ProjectDataModel/RimWellLogPlotTrack.cpp +++ b/ApplicationCode/ProjectDataModel/RimWellLogPlotTrack.cpp @@ -42,7 +42,7 @@ CAF_PDM_SOURCE_INIT(RimWellLogPlotTrack, "WellLogPlotTrack"); //-------------------------------------------------------------------------------------------------- RimWellLogPlotTrack::RimWellLogPlotTrack() { - CAF_PDM_InitObject("Track", "", "", ""); + CAF_PDM_InitObject("Track", ":/WellLogTrack16x16.png", "", ""); CAF_PDM_InitFieldNoDefault(&m_userName, "TrackDescription", "Name", "", "", ""); m_userName.uiCapability()->setUiReadOnly(true); diff --git a/ApplicationCode/Resources/ResInsight.qrc b/ApplicationCode/Resources/ResInsight.qrc index 9573f3d74b..72bf945d1f 100644 --- a/ApplicationCode/Resources/ResInsight.qrc +++ b/ApplicationCode/Resources/ResInsight.qrc @@ -34,8 +34,8 @@ draw_style_meshoutlines_24x24.png draw_style_outlines_24x24.png draw_style_surface_24x24.png - disable_lighting_24x24.png - SnapShot.png + disable_lighting_24x24.png + SnapShot.png SnapShotSave.png SnapShotSaveViews.png draw_style_faults_24x24.png @@ -49,6 +49,11 @@ GeoMechCases48x48.png chain.png view-page-multi-24.png + LasFile16x16.png + WellLogTrack16x16.png + WellLogPlot16x16.png + WellLogPlots16x16.png + WellLogCurve16x16.png fs_CellFace.glsl diff --git a/ApplicationCode/Resources/WellLogPlots16x16.png b/ApplicationCode/Resources/WellLogPlots16x16.png new file mode 100644 index 0000000000..8fd27d597a Binary files /dev/null and b/ApplicationCode/Resources/WellLogPlots16x16.png differ