mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4257 Rename Legend Definition to color legend
This commit is contained in:
@@ -70,13 +70,13 @@ Rim2dIntersectionView::Rim2dIntersectionView(void)
|
||||
CAF_PDM_InitFieldNoDefault(&m_intersection, "Intersection", "Intersection", ":/CrossSection16x16.png", "", "");
|
||||
m_intersection.uiCapability()->setUiHidden(true);
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_legendConfig, "LegendDefinition", "Legend Definition", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&m_legendConfig, "LegendDefinition", "Color Legend", "", "", "");
|
||||
m_legendConfig.uiCapability()->setUiHidden(true);
|
||||
m_legendConfig.uiCapability()->setUiTreeChildrenHidden(true);
|
||||
m_legendConfig.xmlCapability()->disableIO();
|
||||
m_legendConfig = new RimRegularLegendConfig();
|
||||
|
||||
CAF_PDM_InitFieldNoDefault(&m_ternaryLegendConfig, "TernaryLegendDefinition", "Ternary Legend Definition", "", "", "");
|
||||
CAF_PDM_InitFieldNoDefault(&m_ternaryLegendConfig, "TernaryLegendDefinition", "Ternary Color Legend", "", "", "");
|
||||
m_ternaryLegendConfig.uiCapability()->setUiTreeHidden(true);
|
||||
m_ternaryLegendConfig.uiCapability()->setUiTreeChildrenHidden(true);
|
||||
m_ternaryLegendConfig.xmlCapability()->disableIO();
|
||||
|
||||
Reference in New Issue
Block a user