mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Change all Label to Text so fonts are rendered correct
CURA-3389
This commit is contained in:
parent
ac46c4358b
commit
bfda8712e1
5 changed files with 22 additions and 22 deletions
|
|
@ -128,7 +128,7 @@ Column
|
|||
border.color: UM.Theme.getColor("setting_control_border")
|
||||
}
|
||||
|
||||
Label
|
||||
Text
|
||||
{
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.left: swatch.visible ? swatch.right : parent.left
|
||||
|
|
@ -174,7 +174,7 @@ Column
|
|||
rightMargin: UM.Theme.getSize("default_margin").width
|
||||
}
|
||||
|
||||
Label
|
||||
Text
|
||||
{
|
||||
id: variantLabel
|
||||
text:
|
||||
|
|
@ -272,7 +272,7 @@ Column
|
|||
}
|
||||
|
||||
|
||||
Label
|
||||
Text
|
||||
{
|
||||
id: globalProfileLabel
|
||||
text: catalog.i18nc("@label","Profile:");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue