mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Move width, height properties to top of component
CURA-9793
This commit is contained in:
parent
2c7bd7883a
commit
ffb59b2894
1 changed files with 2 additions and 2 deletions
|
@ -47,14 +47,14 @@ Item
|
|||
UM.Label
|
||||
{
|
||||
id: extruderNumberText
|
||||
width: contentWidth
|
||||
height: contentHeight
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
text: (index + 1).toString()
|
||||
font: UM.Theme.getFont("small_emphasis")
|
||||
width: contentWidth
|
||||
height: contentHeight
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue