Change Text to Label and cast all sizes to int

CURA-4437
This commit is contained in:
Mark 2017-10-11 12:48:42 +02:00
parent a7368e1751
commit d4a8dbdee7
9 changed files with 60 additions and 60 deletions

View file

@ -67,7 +67,7 @@ UM.ManagementPage
}
Label
{
width: (parent.width * 0.3) | 0
width: parseInt((parent.width * 0.3))
text: model.metadata.material
elide: Text.ElideRight
font.italic: model.id == activeId