#4257 Rename Legend Definition to color legend

This commit is contained in:
Gaute Lindkvist
2019-03-29 12:03:09 +01:00
parent 421c374fde
commit ddf8d8515a
11 changed files with 14 additions and 14 deletions

View File

@@ -39,7 +39,7 @@ RimVirtualPerforationResults::RimVirtualPerforationResults()
CAF_PDM_InitField(&m_showClosedConnections, "ShowClosedConnections", true, "Show On Closed Connections", "", "", "");
CAF_PDM_InitField(&m_geometryScaleFactor, "GeometryScaleFactor", 2.0, "Geometry Scale Factor", "", "", "");
CAF_PDM_InitFieldNoDefault(&m_legendConfig, "LegendDefinition", "Legend Definition", "", "", "");
CAF_PDM_InitFieldNoDefault(&m_legendConfig, "LegendDefinition", "Color Legend", "", "", "");
m_legendConfig.uiCapability()->setUiHidden(true);
m_legendConfig = new RimRegularLegendConfig();