mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-04 08:11:09 -07:00
Texts in the mainwindow should be Text instead of Label
CURA-3389
This commit is contained in:
parent
2cb45f698f
commit
8ede111001
1 changed files with 6 additions and 6 deletions
|
|
@ -33,7 +33,7 @@ Item
|
||||||
width: base.width * .45 - UM.Theme.getSize("default_margin").width
|
width: base.width * .45 - UM.Theme.getSize("default_margin").width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
|
|
||||||
Label
|
Text
|
||||||
{
|
{
|
||||||
id: infillLabel
|
id: infillLabel
|
||||||
//: Infill selection label
|
//: Infill selection label
|
||||||
|
|
@ -162,7 +162,7 @@ Item
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Label
|
Text
|
||||||
{
|
{
|
||||||
id: infillLabel
|
id: infillLabel
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
|
|
@ -225,7 +225,7 @@ Item
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
|
|
||||||
Label
|
Text
|
||||||
{
|
{
|
||||||
id: enableSupportLabel
|
id: enableSupportLabel
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|
@ -272,7 +272,7 @@ Item
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Text
|
||||||
{
|
{
|
||||||
id: supportExtruderLabel
|
id: supportExtruderLabel
|
||||||
visible: (supportEnabled.properties.value == "True") && (machineExtruderCount.properties.value > 1)
|
visible: (supportEnabled.properties.value == "True") && (machineExtruderCount.properties.value > 1)
|
||||||
|
|
@ -372,7 +372,7 @@ Item
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Text
|
||||||
{
|
{
|
||||||
id: adhesionHelperLabel
|
id: adhesionHelperLabel
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
|
@ -470,7 +470,7 @@ Item
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: childrenRect.height
|
height: childrenRect.height
|
||||||
|
|
||||||
Label
|
Text
|
||||||
{
|
{
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue