summaryrefslogtreecommitdiffstats
path: root/src/controls/ScrollView.qml
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@digia.com>2013-04-24 13:53:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-24 14:00:19 +0200
commitc976d9a19c3af9c51edec30cdb4b1466d39bb70a (patch)
treea86642ff01d6fc4bfbc8e5306cf774c9220af827 /src/controls/ScrollView.qml
parent959e20309bef083f02c53a28bd90cbd1405abe30 (diff)
Move ScrollBarStyle inside ScrollViewStyle
Change-Id: I22403a7deac19b614f08475a2b29696a5698811f Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
Diffstat (limited to 'src/controls/ScrollView.qml')
-rw-r--r--src/controls/ScrollView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/controls/ScrollView.qml b/src/controls/ScrollView.qml
index 3ce2054ad..46692fc10 100644
--- a/src/controls/ScrollView.qml
+++ b/src/controls/ScrollView.qml
@@ -135,9 +135,9 @@ FocusScope {
/*! \internal */
property int __scrollBarTopMargin: 0
/*! \internal */
- property alias horizontalScrollBar: scroller.horizontalScrollBar
+ property alias __horizontalScrollBar: scroller.horizontalScrollBar
/*! \internal */
- property alias verticalScrollBar: scroller.verticalScrollBar
+ property alias __verticalScrollBar: scroller.verticalScrollBar
/*! \internal */
property Component style: Qt.createComponent(Settings.theme() + "/ScrollViewStyle.qml", root)