mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Change Text to Label and cast all sizes to int
CURA-4437
This commit is contained in:
parent
92e931e02e
commit
00205996da
9 changed files with 60 additions and 60 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue