aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/touchinteraction/flickable/corkboards.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/touchinteraction/flickable/corkboards.qml')
-rw-r--r--examples/quick/touchinteraction/flickable/corkboards.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quick/touchinteraction/flickable/corkboards.qml b/examples/quick/touchinteraction/flickable/corkboards.qml
index 34b0e3108a..3f04c49073 100644
--- a/examples/quick/touchinteraction/flickable/corkboards.qml
+++ b/examples/quick/touchinteraction/flickable/corkboards.qml
@@ -50,13 +50,13 @@ Rectangle {
ListElement {
name: "Panel One"
- notes: [
+ notes: [
ListElement { noteText: "Tap to edit" },
ListElement { noteText: "Drag to move" },
ListElement { noteText: "Flick to scroll" }
]
}
-
+
ListElement {
name: "Panel Two"
notes: [