Changed parseInt to Math.floor

This commit is contained in:
Mark 2017-10-11 16:47:40 +02:00
parent d9c7a211c1
commit eaa7b75f0e
7 changed files with 64 additions and 64 deletions

View file

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