summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/qt5-everywhere')
-rw-r--r--basicsuite/qt5-everywhere/demos/canvasclock/canvasClock.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/qt5-everywhere/demos/canvasclock/canvasClock.qml b/basicsuite/qt5-everywhere/demos/canvasclock/canvasClock.qml
index 7d68c55..2a79735 100644
--- a/basicsuite/qt5-everywhere/demos/canvasclock/canvasClock.qml
+++ b/basicsuite/qt5-everywhere/demos/canvasclock/canvasClock.qml
@@ -249,7 +249,7 @@ function drawPointer(context, angle, len, thickness, color){
if (root.dialStyle === 1) x1-=clockContainer.width*0.01
- context.font = 'bold '+Math.floor(clockContainer.width*.1)+'px Arial'
+ context.font = 'bold '+Math.floor(clockContainer.width*.1)+'px sans-serif'
if (i >= 10)