#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(RimWellPathCompletions, "WellPathCompletions");
//--------------------------------------------------------------------------------------------------
RimWellPathCompletions::RimWellPathCompletions()
{
CAF_PDM_InitObject("Completions", ":/WellCollection.png", "", "");
CAF_PDM_InitObject("Completions", ":/CompletionsSymbol16x16.png", "", "");
CAF_PDM_InitFieldNoDefault(&m_perforationCollection, "Perforations", "Perforations", "", "", "");
m_perforationCollection = new RimPerforationCollection;