(#521, #522) New icons on Plot related stuff.

The curve icon does not show up for some reason.
This commit is contained in:
Jacob Støren
2015-10-15 10:18:59 +02:00
parent ee96d1b2ee
commit 1782fac724
7 changed files with 12 additions and 7 deletions

View File

@@ -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);