Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2019-07-10 14:31:41 +0300
committerGhostkeeper <rubend@tutanota.com>2019-07-10 15:42:26 +0300
commitbb49acbb7fc89118b87320b339b9620a2ec1fd59 (patch)
tree3b09a591403a44ff959ba89ab5ba0242b7d53f00 /resources/qml/ActionPanel
parent5ac167d61a406d2c3a73390f7e2aa9e55ef09109 (diff)
Use correct font for material estimates
Otherwise it uses the system defaults.
Diffstat (limited to 'resources/qml/ActionPanel')
-rw-r--r--resources/qml/ActionPanel/OutputProcessWidget.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/ActionPanel/OutputProcessWidget.qml b/resources/qml/ActionPanel/OutputProcessWidget.qml
index 7e76768cb4..be6d68de4f 100644
--- a/resources/qml/ActionPanel/OutputProcessWidget.qml
+++ b/resources/qml/ActionPanel/OutputProcessWidget.qml
@@ -100,6 +100,7 @@ Column
return totalWeights + "g ยท " + totalLengths.toFixed(2) + "m"
}
source: UM.Theme.getIcon("spool")
+ font: UM.Theme.getFont("default")
}
}
}