#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

@@ -46,7 +46,7 @@ CAF_PDM_SOURCE_INIT(RimTernaryLegendConfig, "RimTernaryLegendConfig");
//--------------------------------------------------------------------------------------------------
RimTernaryLegendConfig::RimTernaryLegendConfig()
{
CAF_PDM_InitObject("Ternary Legend Definition", ":/Legend.png", "", "");
CAF_PDM_InitObject("Ternary Color Legend", ":/Legend.png", "", "");
CAF_PDM_InitField(&m_showLegend, "ShowTernaryLegend", true, "Show Ternary Legend", "", "", "");
m_showLegend.uiCapability()->setUiHidden(true);
CAF_PDM_InitField(&precision, "Precision", 2, "Significant digits", "", "The number of significant digits displayed in the legend numbers","");