mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1125 Limit size of string in legend and info, reordered tracer combo
This commit is contained in:
@@ -30,7 +30,7 @@ bool RigFlowDiagResultAddress::isNativeResult() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::string RigFlowDiagResultAddress::uiText()
|
||||
std::string RigFlowDiagResultAddress::uiText() const
|
||||
{
|
||||
std::string uiVarname = variableName;
|
||||
|
||||
@@ -44,4 +44,11 @@ std::string RigFlowDiagResultAddress::uiText()
|
||||
return uitext;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::string RigFlowDiagResultAddress::uiShortText() const
|
||||
{
|
||||
return variableName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user