We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89db81 commit 543c688Copy full SHA for 543c688
src/prompter/Countdown.qml
@@ -193,7 +193,7 @@ Item {
193
// Make base font size relative to editor's width
194
font.pixelSize: clock.__iteration > 98 ? 48*__minv : clock.__iteration > 8 ? 54*__minv : 68*__minv
195
font.family: numbersFont.name
196
- renderType: font.pixelSize < 121 || screen.devicePixelRatio !== 1.0 || root.forceQtTextRenderer ? Text.QtRendering : Text.NativeRendering
+ renderType: font.pixelSize < 121 || screen.devicePixelRatio !== 1.0 || root.forceQtTextRenderer ? Text.CurveRendering : Text.NativeRendering
197
FontLoader {
198
id: numbersFont
199
source: "../fonts/LibertinusSans-Regular.otf"
0 commit comments