summaryrefslogtreecommitdiffstats
path: root/examples/declarative/ui-components/dialcontrol/dialcontrol.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/ui-components/dialcontrol/dialcontrol.qml')
-rw-r--r--examples/declarative/ui-components/dialcontrol/dialcontrol.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/declarative/ui-components/dialcontrol/dialcontrol.qml b/examples/declarative/ui-components/dialcontrol/dialcontrol.qml
index a7da5c6c4d..ed8c7d61fa 100644
--- a/examples/declarative/ui-components/dialcontrol/dialcontrol.qml
+++ b/examples/declarative/ui-components/dialcontrol/dialcontrol.qml
@@ -4,7 +4,7 @@
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
-** This file is part of the QtDeclarative module of the Qt Toolkit.
+** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You may use this file under the terms of the BSD license as follows:
@@ -83,6 +83,7 @@ Rectangle {
MouseArea {
anchors.fill: parent
+ anchors.margins: -16 // Increase mouse area a lot outside the slider
drag.target: parent; drag.axis: Drag.XAxis
drag.minimumX: 2; drag.maximumX: container.width - 32
}