mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Refactor: simplify SimulationSliderLabel font metrics
This commit is contained in:
parent
504eacce66
commit
c31c1dd6fb
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ UM.PointingRectangle {
|
||||||
|
|
||||||
TextMetrics {
|
TextMetrics {
|
||||||
id: maxValueMetrics
|
id: maxValueMetrics
|
||||||
font: UM.Theme.getFont("default")
|
font: valueLabel.font
|
||||||
text: maximumValue + 1 // layers are 0 based, add 1 for display value
|
text: maximumValue + 1 // layers are 0 based, add 1 for display value
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue