aboutsummaryrefslogtreecommitdiffstats
path: root/examples/controls/gallery/pages/ScrollIndicatorPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/controls/gallery/pages/ScrollIndicatorPage.qml')
-rw-r--r--examples/controls/gallery/pages/ScrollIndicatorPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/controls/gallery/pages/ScrollIndicatorPage.qml b/examples/controls/gallery/pages/ScrollIndicatorPage.qml
index 61cb0f62..658b7d15 100644
--- a/examples/controls/gallery/pages/ScrollIndicatorPage.qml
+++ b/examples/controls/gallery/pages/ScrollIndicatorPage.qml
@@ -59,6 +59,7 @@ Flickable {
Label {
width: parent.width
wrapMode: Label.Wrap
+ horizontalAlignment: Qt.AlignHCenter
text: "ScrollIndicator is a non-interactive indicator that indicates the current scroll position. "
+ "A scroll indicator can be either vertical or horizontal, and can be attached to any Flickable, "
+ "such as ListView and GridView."