Make valve templates a bit more accessible

This commit is contained in:
Gaute Lindkvist
2019-04-08 12:56:38 +02:00
parent 4e10aa8ffa
commit 64f537ad05
3 changed files with 20 additions and 23 deletions

View File

@@ -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;
}