mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:15:54 +08:00
Monitor Tab - Font improvements
Contributes to CL-1046
This commit is contained in:
parent
a9f151670e
commit
28324ff2f6
@ -337,7 +337,7 @@ Component
|
|||||||
{
|
{
|
||||||
id: printJobName
|
id: printJobName
|
||||||
text: modelData.activePrintJob != null ? modelData.activePrintJob.name : ""
|
text: modelData.activePrintJob != null ? modelData.activePrintJob.name : ""
|
||||||
font: UM.Theme.getFont("default_bold")
|
font: UM.Theme.getFont("default")
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: contextButton.left
|
anchors.right: contextButton.left
|
||||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
|
@ -67,7 +67,7 @@ Item
|
|||||||
}
|
}
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
font: UM.Theme.getFont("default_bold")
|
font: UM.Theme.getFont("default")
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
width: parent.width
|
width: parent.width
|
||||||
}
|
}
|
||||||
|
@ -62,7 +62,7 @@ Item
|
|||||||
{
|
{
|
||||||
id: printJobName
|
id: printJobName
|
||||||
text: printJob.name
|
text: printJob.name
|
||||||
font: UM.Theme.getFont("default_bold")
|
font: UM.Theme.getFont("default")
|
||||||
width: parent.width
|
width: parent.width
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
@ -105,7 +105,6 @@ Item
|
|||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: totalTimeLabel
|
id: totalTimeLabel
|
||||||
opacity: 0.6
|
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user