#1503 Added icons to fishbones and perforations

This commit is contained in:
Jacob Støren
2017-06-05 11:12:13 +02:00
parent 1a36e0334b
commit c5264f56cb
18 changed files with 17 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ CAF_PDM_SOURCE_INIT(RimFishboneWellPath, "WellPathCompletion");
//--------------------------------------------------------------------------------------------------
RimFishboneWellPath::RimFishboneWellPath()
{
CAF_PDM_InitObject("WellPathCompletion", ":/Well.png", "", "");
CAF_PDM_InitObject("WellPathCompletion", ":/FishBoneLateralFromFile16x16.png", "", "");
CAF_PDM_InitFieldNoDefault(&m_coordinates, "Coordinates", "Coordinates", "", "", "");
m_coordinates.uiCapability()->setUiHidden(true);
CAF_PDM_InitFieldNoDefault(&m_measuredDepths, "MeasuredDepth", "MeasuredDepth", "", "", "");