aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/customitems/dialcontrol/content/QuitButton.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/customitems/dialcontrol/content/QuitButton.qml')
-rw-r--r--examples/quick/customitems/dialcontrol/content/QuitButton.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/customitems/dialcontrol/content/QuitButton.qml b/examples/quick/customitems/dialcontrol/content/QuitButton.qml
index 702b892d23..3fcdcf855f 100644
--- a/examples/quick/customitems/dialcontrol/content/QuitButton.qml
+++ b/examples/quick/customitems/dialcontrol/content/QuitButton.qml
@@ -42,7 +42,6 @@ import QtQuick 2.0
Image {
source: "quit.png"
scale: quitMouse.pressed ? 0.8 : 1.0
- smooth: quitMouse.pressed
MouseArea {
id: quitMouse
anchors.fill: parent