(#665) Icons for cross sections

This commit is contained in:
Jacob Støren
2015-11-24 13:26:45 +01:00
parent c588a1fe69
commit e0b8f6e06b
5 changed files with 5 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ CAF_PDM_SOURCE_INIT(RimCrossSectionCollection, "CrossSectionCollection");
//--------------------------------------------------------------------------------------------------
RimCrossSectionCollection::RimCrossSectionCollection()
{
CAF_PDM_InitObject("Intersections", ":/undefined_image.png", "", "");
CAF_PDM_InitObject("Intersections", ":/CrossSections16x16.png", "", "");
CAF_PDM_InitFieldNoDefault(&m_crossSections, "CrossSections", "Intersections", "", "", "");
m_crossSections.uiCapability()->setUiHidden(true);