mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make valve templates a bit more accessible
This commit is contained in:
@@ -143,7 +143,7 @@ QString RimValveTemplate::typeLabel() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
QString RimValveTemplate::fullLabel() const
|
||||
{
|
||||
QString label = QString("%1 (%2)").arg(m_userLabel()).arg(typeLabel());
|
||||
QString label = QString("%1: %2").arg(typeLabel()).arg(m_userLabel());
|
||||
return label;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user