mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:35:53 +08:00
Use default font for configuration override
Contributes to CL-1124
This commit is contained in:
parent
4f10b7809a
commit
c84aa9cf21
@ -296,6 +296,7 @@ Item {
|
|||||||
verticalCenter: parent.verticalCenter;
|
verticalCenter: parent.verticalCenter;
|
||||||
}
|
}
|
||||||
color: UM.Theme.getColor("text");
|
color: UM.Theme.getColor("text");
|
||||||
|
font: UM.Theme.getFont("default");
|
||||||
text: catalog.i18nc("@label", "Configuration change");
|
text: catalog.i18nc("@label", "Configuration change");
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -355,7 +356,7 @@ Item {
|
|||||||
anchors.fill: parent;
|
anchors.fill: parent;
|
||||||
elide: Text.ElideRight;
|
elide: Text.ElideRight;
|
||||||
color: UM.Theme.getColor("text");
|
color: UM.Theme.getColor("text");
|
||||||
font: UM.Theme.getFont("medium");
|
font: UM.Theme.getFont("default");
|
||||||
text: {
|
text: {
|
||||||
if (!printJob || printJob.configurationChanges.length === 0) {
|
if (!printJob || printJob.configurationChanges.length === 0) {
|
||||||
return "";
|
return "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user