mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Fix font rendering issues in job spec details
Labels render with system settings. Text renders with our settings. Contributes to issue CURA-3389.
This commit is contained in:
parent
d6f49d4c12
commit
39fbe542b9
1 changed files with 3 additions and 3 deletions
|
@ -132,7 +132,7 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Label
|
Text
|
||||||
{
|
{
|
||||||
id: boundingSpec
|
id: boundingSpec
|
||||||
anchors.top: jobNameRow.bottom
|
anchors.top: jobNameRow.bottom
|
||||||
|
@ -169,7 +169,7 @@ Item {
|
||||||
color: UM.Theme.getColor("text_subtext")
|
color: UM.Theme.getColor("text_subtext")
|
||||||
source: UM.Theme.getIcon("print_time")
|
source: UM.Theme.getIcon("print_time")
|
||||||
}
|
}
|
||||||
Label
|
Text
|
||||||
{
|
{
|
||||||
id: timeSpec
|
id: timeSpec
|
||||||
anchors.right: lengthIcon.left
|
anchors.right: lengthIcon.left
|
||||||
|
@ -192,7 +192,7 @@ Item {
|
||||||
color: UM.Theme.getColor("text_subtext")
|
color: UM.Theme.getColor("text_subtext")
|
||||||
source: UM.Theme.getIcon("category_material")
|
source: UM.Theme.getIcon("category_material")
|
||||||
}
|
}
|
||||||
Label
|
Text
|
||||||
{
|
{
|
||||||
id: lengthSpec
|
id: lengthSpec
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue