#962 Added axis-icons in the project tree.

This commit is contained in:
Jacob Støren
2016-11-18 10:48:35 +01:00
parent 5f72310f67
commit 8b95f1c06d
11 changed files with 14 additions and 5 deletions

View File

@@ -32,7 +32,7 @@ CAF_PDM_SOURCE_INIT(RimSummaryTimeAxisProperties, "SummaryTimeAxisProperties");
//--------------------------------------------------------------------------------------------------
RimSummaryTimeAxisProperties::RimSummaryTimeAxisProperties()
{
CAF_PDM_InitObject("Time Axis", ":/SummaryPlot16x16.png", "", "");
CAF_PDM_InitObject("Time Axis", ":/BottomAxis16x16.png", "", "");
CAF_PDM_InitField(&m_isActive, "Active", true, "Active", "", "", "");
m_isActive.uiCapability()->setUiHidden(true);