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 committed by ChrisTerBeke
parent 92e931e02e
commit 00205996da
9 changed files with 60 additions and 60 deletions

View file

@ -40,7 +40,7 @@ Button
width: UM.Theme.getSize("default_margin").width
height: UM.Theme.getSize("default_margin").height
Text
Label
{
anchors.centerIn: parent;
text: index + 1;