summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-everywhere/demos/canvasclock/canvasClock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/qt5-everywhere/demos/canvasclock/canvasClock.qml')
-rw-r--r--basicsuite/qt5-everywhere/demos/canvasclock/canvasClock.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/basicsuite/qt5-everywhere/demos/canvasclock/canvasClock.qml b/basicsuite/qt5-everywhere/demos/canvasclock/canvasClock.qml
index e2b3bb0..2a79735 100644
--- a/basicsuite/qt5-everywhere/demos/canvasclock/canvasClock.qml
+++ b/basicsuite/qt5-everywhere/demos/canvasclock/canvasClock.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the examples of the Qt Toolkit.
@@ -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)