mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Use default font for configuration override
Contributes to CL-1124
This commit is contained in:
parent
4f10b7809a
commit
c84aa9cf21
1 changed files with 2 additions and 1 deletions
|
@ -296,6 +296,7 @@ Item {
|
|||
verticalCenter: parent.verticalCenter;
|
||||
}
|
||||
color: UM.Theme.getColor("text");
|
||||
font: UM.Theme.getFont("default");
|
||||
text: catalog.i18nc("@label", "Configuration change");
|
||||
}
|
||||
|
||||
|
@ -355,7 +356,7 @@ Item {
|
|||
anchors.fill: parent;
|
||||
elide: Text.ElideRight;
|
||||
color: UM.Theme.getColor("text");
|
||||
font: UM.Theme.getFont("medium");
|
||||
font: UM.Theme.getFont("default");
|
||||
text: {
|
||||
if (!printJob || printJob.configurationChanges.length === 0) {
|
||||
return "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue