Modify the header in the simulation view menu component

This is needed to align with the designs.
This commit is contained in:
Diego Prado Gesto 2018-12-11 13:53:05 +01:00
parent 3593b7f152
commit faa3f42acc
2 changed files with 32 additions and 10 deletions

View file

@ -43,7 +43,7 @@ Cura.ExpandablePopup
Label
{
id: title
text: catalog.i18nc("@button", "View types")
text: catalog.i18nc("@label", "View types")
verticalAlignment: Text.AlignVCenter
height: parent.height
elide: Text.ElideRight