(#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

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