mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-15 17:09:33 -07:00
Change Text to Label
This commit is contained in:
parent
177b913d2d
commit
9436d56f48
1 changed files with 4 additions and 4 deletions
|
|
@ -125,7 +125,7 @@ Column
|
|||
}
|
||||
|
||||
// Static text "Extruder"
|
||||
Text
|
||||
Label
|
||||
{
|
||||
id: extruderStaticText
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
|
|
@ -171,7 +171,7 @@ Column
|
|||
color: extruderNumberText.color
|
||||
}
|
||||
|
||||
Text
|
||||
Label
|
||||
{
|
||||
id: extruderNumberText
|
||||
anchors.centerIn: parent
|
||||
|
|
@ -239,7 +239,7 @@ Column
|
|||
rightMargin: UM.Theme.getSize("sidebar_margin").width
|
||||
}
|
||||
|
||||
Text
|
||||
Label
|
||||
{
|
||||
id: variantLabel
|
||||
text: Cura.MachineManager.activeDefinitionVariantsName;
|
||||
|
|
@ -337,7 +337,7 @@ Column
|
|||
rightMargin: UM.Theme.getSize("sidebar_margin").width
|
||||
}
|
||||
|
||||
Text
|
||||
Label
|
||||
{
|
||||
id: materialLabel
|
||||
text: catalog.i18nc("@label","Material");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue