Skip to content

Commit 543c688

Browse files
committed
Use CurveRendering instead of QtRendering for Countdown
Removes jagged looking curves
1 parent f89db81 commit 543c688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prompter/Countdown.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Item {
193193
// Make base font size relative to editor's width
194194
font.pixelSize: clock.__iteration > 98 ? 48*__minv : clock.__iteration > 8 ? 54*__minv : 68*__minv
195195
font.family: numbersFont.name
196-
renderType: font.pixelSize < 121 || screen.devicePixelRatio !== 1.0 || root.forceQtTextRenderer ? Text.QtRendering : Text.NativeRendering
196+
renderType: font.pixelSize < 121 || screen.devicePixelRatio !== 1.0 || root.forceQtTextRenderer ? Text.CurveRendering : Text.NativeRendering
197197
FontLoader {
198198
id: numbersFont
199199
source: "../fonts/LibertinusSans-Regular.otf"

0 commit comments

Comments
 (0)