aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/plugins/com/nokia/TimeExample/Clock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/plugins/com/nokia/TimeExample/Clock.qml')
-rw-r--r--examples/qml/plugins/com/nokia/TimeExample/Clock.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/qml/plugins/com/nokia/TimeExample/Clock.qml b/examples/qml/plugins/com/nokia/TimeExample/Clock.qml
index eac9226a00..ee37f88f8f 100644
--- a/examples/qml/plugins/com/nokia/TimeExample/Clock.qml
+++ b/examples/qml/plugins/com/nokia/TimeExample/Clock.qml
@@ -54,7 +54,6 @@ Rectangle {
Image {
x: 92.5; y: 27
source: "hour.png"
- smooth: true
transform: Rotation {
id: hourRotation
origin.x: 7.5; origin.y: 73;
@@ -68,7 +67,6 @@ Rectangle {
Image {
x: 93.5; y: 17
source: "minute.png"
- smooth: true
transform: Rotation {
id: minuteRotation
origin.x: 6.5; origin.y: 83;