Use native rendering for text fields

Hopefully this fixes the font rendering issue we're seeing on MacOS now.
This commit is contained in:
Ghostkeeper 2019-01-03 11:52:03 +01:00
parent 1973397b92
commit 6eca0ce69f
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -585,6 +585,7 @@ QtObject
text: control.unit ? control.unit : ""
color: Theme.getColor("setting_unit");
font: Theme.getFont("default");
renderType: Text.NativeRendering
}
}
}