mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Add missing renderType: Text.NativeRendering
CURA-6598
This commit is contained in:
parent
001c2ec753
commit
0926c223b2
4 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,7 @@ Item
|
||||||
text: model[modelKey]
|
text: model[modelKey]
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
|
renderType: Text.NativeRendering
|
||||||
height: contentHeight
|
height: contentHeight
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
|
|
|
@ -45,6 +45,7 @@ Item
|
||||||
}
|
}
|
||||||
text: catalog.i18nc("@label", "Profile")
|
text: catalog.i18nc("@label", "Profile")
|
||||||
font: UM.Theme.getFont("medium")
|
font: UM.Theme.getFont("medium")
|
||||||
|
renderType: Text.NativeRendering
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
}
|
}
|
||||||
|
@ -69,6 +70,7 @@ Item
|
||||||
anchors.verticalCenter: intentSelection.verticalCenter
|
anchors.verticalCenter: intentSelection.verticalCenter
|
||||||
height: contentHeight
|
height: contentHeight
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
|
|
||||||
background: Rectangle
|
background: Rectangle
|
||||||
|
|
|
@ -44,5 +44,6 @@ Button
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
anchors.left: button.left
|
anchors.left: button.left
|
||||||
anchors.leftMargin: UM.Theme.getSize("wide_margin").width
|
anchors.leftMargin: UM.Theme.getSize("wide_margin").width
|
||||||
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -61,6 +61,7 @@ Popup
|
||||||
{
|
{
|
||||||
id: headerLabel
|
id: headerLabel
|
||||||
text: model.name
|
text: model.name
|
||||||
|
renderType: Text.NativeRendering
|
||||||
height: visible ? contentHeight: 0
|
height: visible ? contentHeight: 0
|
||||||
enabled: false
|
enabled: false
|
||||||
visible: qualitiesList.visibleChildren.length > 0
|
visible: qualitiesList.visibleChildren.length > 0
|
||||||
|
@ -198,6 +199,7 @@ Popup
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width + UM.Theme.getSize("narrow_margin").width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width + UM.Theme.getSize("narrow_margin").width
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
|
@ -207,6 +209,7 @@ Popup
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
|
renderType: Text.NativeRendering
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onClicked:
|
onClicked:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue