aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/dynamicscene/content/PaletteItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qml/dynamicscene/content/PaletteItem.qml')
-rw-r--r--examples/qml/dynamicscene/content/PaletteItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/dynamicscene/content/PaletteItem.qml b/examples/qml/dynamicscene/content/PaletteItem.qml
index a74d7b6413..62d6efedc6 100644
--- a/examples/qml/dynamicscene/content/PaletteItem.qml
+++ b/examples/qml/dynamicscene/content/PaletteItem.qml
@@ -49,7 +49,7 @@ Image {
source: image
- MouseArea {
+ MouseArea {
anchors.fill: parent
onPressed: Code.startDrag(mouse);