mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Use native rendering for text fields
Hopefully this fixes the font rendering issue we're seeing on MacOS now.
This commit is contained in:
parent
1973397b92
commit
6eca0ce69f
1 changed files with 1 additions and 0 deletions
|
@ -585,6 +585,7 @@ QtObject
|
|||
text: control.unit ? control.unit : ""
|
||||
color: Theme.getColor("setting_unit");
|
||||
font: Theme.getFont("default");
|
||||
renderType: Text.NativeRendering
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue