make sure scrollbars are visible

This commit is contained in:
Marco Martin 2012-10-26 19:46:36 +02:00
parent b3dff51494
commit 2b702fa6ef

View File

@ -132,6 +132,7 @@ Item {
flickableItem: root.flickableItem
orientation: Qt.Vertical
property bool isScrollBar: true
z: root.flickableItem.z + 1
anchors {
left: undefined
top: parent.top
@ -146,6 +147,7 @@ Item {
ScrollBar {
flickableItem: root.flickableItem
orientation: Qt.Horizontal
z: root.flickableItem.z + 1
anchors {
left: parent.left
top: undefined
@ -160,6 +162,7 @@ Item {
SectionScroller {
listView: root.flickableItem
property bool isScrollBar: false
z: root.flickableItem.z + 1
anchors {
left: undefined
top: parent.top